Html Css Color HEX #BCCFCE Iron

📋 copy color: '#BCCFCE'

red 188 ◦ green 207 ◦ blue 206

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

Shades of Iron #BCCFCE

Tints of Iron #BCCFCE

RGB

 RED value IS 188 (73.83% from 255) = 31.28%

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

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

R = 31.28%
G = 34.44%
B = 34.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#BCCFCE (or 0xBCCFCE) is known color: Iron. HEX triplet: BC, CF and CE. RGB value is (188,207,206). Sum of RGB (Red+Green+Blue) = 188+207+206=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFCE is #433031. Grayscale: #C9C9C9. Windows color (decimal): -4403250 or 13553596. OLE color: 13553596.

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

Color convert

RGB 188 207 206 -
CMYK 0.09 0 0.00 0.19
HSL 176.84º 0.17% 0.77% -
HSV(B) 176.84º 0.09% 0.81% -
XYZ 54.19 59.77 67.07 -
YUV 201.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 188 207 206 0.09 0 0.00 0.19 176.84 0.17 0.77
Hex BC CF CE 9 0 0 13 B1 11 4D
Octal 274 317 316 11 0 0 23 261 21 115
Binary 10111100 11001111 11001110 1001 0 0 10011 10110001 10001 1001101

Color Harmonies of #BCCFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCFCE

Black with #BCCFCE

Text Example


Text Example

White with #BCCFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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