#BBCFD0

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

Shades of Iron #BBCFD0

Tints of Iron #BBCFD0

Color information

#BBCFD0 (or 0xBBCFD0) is unknown color: approx Iron. HEX triplet: BB, CF and D0. RGB value is (187,207,208). Sum of RGB (Red+Green+Blue) = 187+207+208=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBCFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFD0 is #44302F. Grayscale: #C9C9C9. Windows color (decimal): -4468784 or 13684667. OLE color: 13684667.

HSL color Cylindrical-coordinate representation of color #BBCFD0: hue angle of 182.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCFD0 is Cyan = 0.10, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187207208-
CMYK0.100.0000.18
HSL182.86º18.26%77.45%-
HSV(B)182.86º10.1%81.57%-
XYZ54.1959.7468.35-
YUV201.13131.87117.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 207 (81.25% from 255) = 34.39%
BLUE value IS 208 (81.64% from 255) = 34.55%
R=31.06%
G=34.39%
B=34.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872072080.100.0000.18182.8618.2677.45
HexBBCFD0A0012b7124d
Octal27331732012002226722115
Binary1011101111001111110100001010001001010110111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFD0; }

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

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

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

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

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

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

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

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