Html Css Color HEX #BCCECD Iron

📋 copy color: '#BCCECD'

red 188 ◦ green 206 ◦ blue 205

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

Shades of Iron #BCCECD

Tints of Iron #BCCECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 31.39%
G = 34.39%
B = 34.22%

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

#BCCECD (or 0xBCCECD) is known color: Iron. HEX triplet: BC, CE and CD. RGB value is (188,206,205). Sum of RGB (Red+Green+Blue) = 188+206+205=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCECD is #433132. Grayscale: #C8C8C8. Windows color (decimal): -4403507 or 13487804. OLE color: 13487804.

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

Color convert

RGB 188 206 205 -
CMYK 0.09 0 0.00 0.19
HSL 176.67º 0.16% 0.77% -
HSV(B) 176.67º 0.09% 0.81% -
XYZ 53.83 59.24 66.36 -
YUV 200.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 188 206 205 0.09 0 0.00 0.19 176.67 0.16 0.77
Hex BC CE CD 9 0 0 13 B1 10 4D
Octal 274 316 315 11 0 0 23 261 20 115
Binary 10111100 11001110 11001101 1001 0 0 10011 10110001 10000 1001101

Color Harmonies of #BCCECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCECD

Black with #BCCECD

Text Example


Text Example

White with #BCCECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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