#BBCDCD

Color #BBCDCD Iron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iron #BBCDCD

Tints of Iron #BBCDCD

Color information

#BBCDCD (or 0xBBCDCD) is unknown color: approx Iron. HEX triplet: BB, CD and CD. RGB value is (187,205,205). Sum of RGB (Red+Green+Blue) = 187+205+205=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #BBCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDCD is #443232. Grayscale: #C7C7C7. Windows color (decimal): -4469299 or 13487547. OLE color: 13487547.

HSL color Cylindrical-coordinate representation of color #BBCDCD: hue angle of 180º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDCD is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187205205-
CMYK0.09000.20
HSL180º15.25%76.86%-
HSV(B)180º8.78%80.39%-
XYZ53.3458.6466.26-
YUV199.62131.04119-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=31.32%
G=34.34%
B=34.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872052050.09000.2018015.2576.86
HexBBCDCD90014b4f4d
Octal27331531511002426417115
Binary101110111100110111001101100100101001011010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDCD; }

 p { color: rgb(187,205,205); }

 H1.HeaderClassName
 {
   color: #BBCDCD;
 }
 .AnyTagClassName
 {
   color: #BBCDCD;
 }
</style>
background-color css

<style>
 a { background-color: #BBCDCD; }

 a { background-color: rgb(187,205,205); }

 div.DivClassName
 {
   background-color: #BBCDCD;
 }
 .BgClassName
 {
   background-color: #BBCDCD;
 }
</style>
border-color css

<style>
 span { border-color: #BBCDCD; }

 span { border-color: rgb(187,205,205); }

 td.TdClassName
 {
   border-color: #BBCDCD;
 }
 .TagClassName
 {
   border-color: #BBCDCD;
 }
</style>