Html Css Color HEX #BBCFCE Iron

📋 copy color: '#BBCFCE'

red 187 ◦ green 207 ◦ blue 206

#BBCFCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iron #BBCFCE

Tints of Iron #BBCFCE

RGB

 RED value IS 187 (73.44% from 255) = 31.17%

 GREEN value IS 207 (81.25% from 255) = 34.5%

 BLUE value IS 206 (80.86% from 255) = 34.33%

R = 31.17%
G = 34.5%
B = 34.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#BBCFCE (or 0xBBCFCE) is known color: Iron. HEX triplet: BB, CF and CE. RGB value is (187,207,206). Sum of RGB (Red+Green+Blue) = 187+207+206=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFCE is #443031. Grayscale: #C8C8C8. Windows color (decimal): -4468786 or 13553595. OLE color: 13553595.

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

Color convert

RGB 187 207 206 -
CMYK 0.10 0 0.00 0.19
HSL 177º 0.17% 0.77% -
HSV(B) 177º 0.1% 0.81% -
XYZ 53.95 59.65 67.06 -
YUV 200.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 187 207 206 0.10 0 0.00 0.19 177 0.17 0.77
Hex BB CF CE A 0 0 13 B1 11 4D
Octal 273 317 316 12 0 0 23 261 21 115
Binary 10111011 11001111 11001110 1010 0 0 10011 10110001 10001 1001101

Color Harmonies of #BBCFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCFCE

Black with #BBCFCE

Text Example


Text Example

White with #BBCFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCFCE; }

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

 H1.HeaderClassName
 {
   color: #BBCFCE;
 }
 .AnyTagClassName
 {
   color: #BBCFCE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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