Html Css Color HEX #B5C9CF Heather

📋 copy color: '#B5C9CF'

red 181 ◦ green 201 ◦ blue 207

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

Shades of Heather #B5C9CF

Tints of Heather #B5C9CF

RGB

 RED value IS 181 (71.09% from 255) = 30.73%

 GREEN value IS 201 (78.91% from 255) = 34.13%

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

R = 30.73%
G = 34.13%
B = 35.14%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5C9CF (or 0xB5C9CF) is known color: Heather. HEX triplet: B5, C9 and CF. RGB value is (181,201,207). Sum of RGB (Red+Green+Blue) = 181+201+207=589 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.73% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5C9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C9CF is #4A3630. Grayscale: #C3C3C3. Windows color (decimal): -4863537 or 13617589. OLE color: 13617589.

HSL color Cylindrical-coordinate representation of color #B5C9CF: hue angle of 193.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5C9CF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 201 207 -
CMYK 0.13 0.03 0 0.19
HSL 193.85º 0.21% 0.76% -
HSV(B) 193.85º 0.13% 0.81% -
XYZ 51.21 56.1 67.16 -
YUV 195.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 181 201 207 0.13 0.03 0 0.19 193.85 0.21 0.76
Hex B5 C9 CF D 3 0 13 C2 15 4C
Octal 265 311 317 15 3 0 23 302 25 114
Binary 10110101 11001001 11001111 1101 11 0 10011 11000010 10101 1001100

Color Harmonies of #B5C9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C9CF

Black with #B5C9CF

Text Example


Text Example

White with #B5C9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C9CF; }

 p { color: rgb(181,201,207); }

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

background-color css

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

 a { background-color: rgb(181,201,207); }

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

border-color css

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

 span { border-color: rgb(181,201,207); }

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