Html Css Color HEX #BCCECE Iron

📋 copy color: '#BCCECE'

red 188 ◦ green 206 ◦ blue 206

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

Shades of Iron #BCCECE

Tints of Iron #BCCECE

RGB

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

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

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

R = 31.33%
G = 34.33%
B = 34.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCCECE (or 0xBCCECE) is known color: Iron. HEX triplet: BC, CE and CE. RGB value is (188,206,206). Sum of RGB (Red+Green+Blue) = 188+206+206=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #BCCECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCECE is #433131. Grayscale: #C8C8C8. Windows color (decimal): -4403506 or 13553340. OLE color: 13553340.

HSL color Cylindrical-coordinate representation of color #BCCECE: hue angle of 180º degrees, saturation: 0.16, 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 #BCCECE is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 206 -
CMYK 0.09 0 0 0.19
HSL 180º 0.16% 0.77% -
HSV(B) 180º 0.09% 0.81% -
XYZ 53.95 59.29 66.99 -
YUV 200.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 188 206 206 0.09 0 0 0.19 180 0.16 0.77
Hex BC CE CE 9 0 0 13 B4 10 4D
Octal 274 316 316 11 0 0 23 264 20 115
Binary 10111100 11001110 11001110 1001 0 0 10011 10110100 10000 1001101

Color Harmonies of #BCCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCECE

Black with #BCCECE

Text Example


Text Example

White with #BCCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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