Html Css Color HEX #B9D0CF Iron

📋 copy color: '#B9D0CF'

red 185 ◦ green 208 ◦ blue 207

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

Shades of Iron #B9D0CF

Tints of Iron #B9D0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.67%

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

R = 30.83%
G = 34.67%
B = 34.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#B9D0CF (or 0xB9D0CF) is known color: Iron. HEX triplet: B9, D0 and CF. RGB value is (185,208,207). Sum of RGB (Red+Green+Blue) = 185+208+207=600 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.83% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0CF is #462F30. Grayscale: #C8C8C8. Windows color (decimal): -4599601 or 13619385. OLE color: 13619385.

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

Color convert

RGB 185 208 207 -
CMYK 0.11 0 0.00 0.18
HSL 177.39º 0.2% 0.77% -
HSV(B) 177.39º 0.11% 0.82% -
XYZ 53.83 59.93 67.76 -
YUV 201.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 185 208 207 0.11 0 0.00 0.18 177.39 0.2 0.77
Hex B9 D0 CF B 0 0 12 B1 14 4D
Octal 271 320 317 13 0 0 22 261 24 115
Binary 10111001 11010000 11001111 1011 0 0 10010 10110001 10100 1001101

Color Harmonies of #B9D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D0CF

Black with #B9D0CF

Text Example


Text Example

White with #B9D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D0CF; }

 p { color: rgb(185,208,207); }

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

background-color css

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

 a { background-color: rgb(185,208,207); }

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

border-color css

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

 span { border-color: rgb(185,208,207); }

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