Html Css Color HEX #B8C5CB Heather

📋 copy color: '#B8C5CB'

red 184 ◦ green 197 ◦ blue 203

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

Shades of Heather #B8C5CB

Tints of Heather #B8C5CB

RGB

 RED value IS 184 (72.27% from 255) = 31.51%

 GREEN value IS 197 (77.34% from 255) = 33.73%

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 31.51%
G = 33.73%
B = 34.76%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B8C5CB (or 0xB8C5CB) is known color: Heather. HEX triplet: B8, C5 and CB. RGB value is (184,197,203). Sum of RGB (Red+Green+Blue) = 184+197+203=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C5CB is #473A34. Grayscale: #C1C1C1. Windows color (decimal): -4667957 or 13354424. OLE color: 13354424.

HSL color Cylindrical-coordinate representation of color #B8C5CB: hue angle of 198.95º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8C5CB is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 197 203 -
CMYK 0.09 0.03 0 0.20
HSL 198.95º 0.15% 0.76% -
HSV(B) 198.95º 0.09% 0.8% -
XYZ 50.51 54.43 64.34 -
YUV 193.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 184 197 203 0.09 0.03 0 0.20 198.95 0.15 0.76
Hex B8 C5 CB 9 3 0 14 C7 F 4C
Octal 270 305 313 11 3 0 24 307 17 114
Binary 10111000 11000101 11001011 1001 11 0 10100 11000111 1111 1001100

Color Harmonies of #B8C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C5CB

Black with #B8C5CB

Text Example


Text Example

White with #B8C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C5CB; }

 p { color: rgb(184,197,203); }

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

background-color css

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

 a { background-color: rgb(184,197,203); }

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

border-color css

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

 span { border-color: rgb(184,197,203); }

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