Html Css Color HEX #B1C5CE Heather

📋 copy color: '#B1C5CE'

red 177 ◦ green 197 ◦ blue 206

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

Shades of Heather #B1C5CE

Tints of Heather #B1C5CE

RGB

 RED value IS 177 (69.53% from 255) = 30.52%

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 30.52%
G = 33.97%
B = 35.52%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1C5CE (or 0xB1C5CE) is known color: Heather. HEX triplet: B1, C5 and CE. RGB value is (177,197,206). Sum of RGB (Red+Green+Blue) = 177+197+206=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1C5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C5CE is #4E3A31. Grayscale: #BFBFBF. Windows color (decimal): -5126706 or 13551025. OLE color: 13551025.

HSL color Cylindrical-coordinate representation of color #B1C5CE: hue angle of 198.62º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1C5CE is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 197 206 -
CMYK 0.14 0.04 0 0.19
HSL 198.62º 0.23% 0.75% -
HSV(B) 198.62º 0.14% 0.81% -
XYZ 49.24 53.74 66.17 -
YUV 192.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 177 197 206 0.14 0.04 0 0.19 198.62 0.23 0.75
Hex B1 C5 CE E 4 0 13 C7 17 4B
Octal 261 305 316 16 4 0 23 307 27 113
Binary 10110001 11000101 11001110 1110 100 0 10011 11000111 10111 1001011

Color Harmonies of #B1C5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C5CE

Black with #B1C5CE

Text Example


Text Example

White with #B1C5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C5CE; }

 p { color: rgb(177,197,206); }

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

background-color css

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

 a { background-color: rgb(177,197,206); }

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

border-color css

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

 span { border-color: rgb(177,197,206); }

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