#BBCFD1

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

Shades of Iron #BBCFD1

Tints of Iron #BBCFD1

Color information

#BBCFD1 (or 0xBBCFD1) is unknown color: approx Iron. HEX triplet: BB, CF and D1. RGB value is (187,207,209). Sum of RGB (Red+Green+Blue) = 187+207+209=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBCFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFD1 is #44302E. Grayscale: #C9C9C9. Windows color (decimal): -4468783 or 13750203. OLE color: 13750203.

HSL color Cylindrical-coordinate representation of color #BBCFD1: hue angle of 185.45º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCFD1 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187207209-
CMYK0.110.0100.18
HSL185.45º19.3%77.65%-
HSV(B)185.45º10.53%81.96%-
XYZ54.3159.7969-
YUV201.25132.37117.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=31.01%
G=34.33%
B=34.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872072090.110.0100.18185.4519.377.65
HexBBCFD1B1012b9134e
Octal27331732113102227123116
Binary1011101111001111110100011011101001010111001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFD1; }

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

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

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

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

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

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

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

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