#BBCFD3

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

Shades of Iron #BBCFD3

Tints of Iron #BBCFD3

Color information

#BBCFD3 (or 0xBBCFD3) is unknown color: approx Iron. HEX triplet: BB, CF and D3. RGB value is (187,207,211). Sum of RGB (Red+Green+Blue) = 187+207+211=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBCFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFD3 is #44302C. Grayscale: #C9C9C9. Windows color (decimal): -4468781 or 13881275. OLE color: 13881275.

HSL color Cylindrical-coordinate representation of color #BBCFD3: hue angle of 190º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCFD3 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187207211-
CMYK0.110.0200.17
HSL190º21.43%78.04%-
HSV(B)190º11.37%82.75%-
XYZ54.5659.8970.31-
YUV201.48133.37117.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 211 (82.81% from 255) = 34.88%
R=30.91%
G=34.21%
B=34.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872072110.110.0200.1719021.4378.04
HexBBCFD3B2011be154e
Octal27331732313202127625116
Binary10111011110011111101001110111001000110111110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFD3; }

 p { color: rgb(187,207,211); }

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

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

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

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

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

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

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