Html Css Color HEX #B9CED2 Iron

📋 copy color: '#B9CED2'

red 185 ◦ green 206 ◦ blue 210

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

Shades of Iron #B9CED2

Tints of Iron #B9CED2

RGB

 RED value IS 185 (72.66% from 255) = 30.78%

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

 BLUE value IS 210 (82.42% from 255) = 34.94%

R = 30.78%
G = 34.28%
B = 34.94%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B9CED2 (or 0xB9CED2) is known color: Iron. HEX triplet: B9, CE and D2. RGB value is (185,206,210). Sum of RGB (Red+Green+Blue) = 185+206+210=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #B9CED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CED2 is #46312D. Grayscale: #C8C8C8. Windows color (decimal): -4600110 or 13815481. OLE color: 13815481.

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

Color convert

RGB 185 206 210 -
CMYK 0.12 0.02 0 0.18
HSL 189.6º 0.22% 0.77% -
HSV(B) 189.6º 0.12% 0.82% -
XYZ 53.71 59.11 69.55 -
YUV 200.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 185 206 210 0.12 0.02 0 0.18 189.6 0.22 0.77
Hex B9 CE D2 C 2 0 12 BE 16 4D
Octal 271 316 322 14 2 0 22 276 26 115
Binary 10111001 11001110 11010010 1100 10 0 10010 10111110 10110 1001101

Color Harmonies of #B9CED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CED2

Black with #B9CED2

Text Example


Text Example

White with #B9CED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CED2; }

 p { color: rgb(185,206,210); }

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

background-color css

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

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

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

border-color css

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

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

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