Html Css Color HEX #B1C2CA Heather

📋 copy color: '#B1C2CA'

red 177 ◦ green 194 ◦ blue 202

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

Shades of Heather #B1C2CA

Tints of Heather #B1C2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.86%

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 30.89%
G = 33.86%
B = 35.25%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B1C2CA (or 0xB1C2CA) is known color: Heather. HEX triplet: B1, C2 and CA. RGB value is (177,194,202). Sum of RGB (Red+Green+Blue) = 177+194+202=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1C2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C2CA is #4E3D35. Grayscale: #BDBDBD. Windows color (decimal): -5127478 or 13288113. OLE color: 13288113.

HSL color Cylindrical-coordinate representation of color #B1C2CA: hue angle of 199.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C2CA is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 194 202 -
CMYK 0.12 0.04 0 0.21
HSL 199.2º 0.19% 0.74% -
HSV(B) 199.2º 0.12% 0.79% -
XYZ 48.08 52.19 63.42 -
YUV 189.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 177 194 202 0.12 0.04 0 0.21 199.2 0.19 0.74
Hex B1 C2 CA C 4 0 15 C7 13 4A
Octal 261 302 312 14 4 0 25 307 23 112
Binary 10110001 11000010 11001010 1100 100 0 10101 11000111 10011 1001010

Color Harmonies of #B1C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C2CA

Black with #B1C2CA

Text Example


Text Example

White with #B1C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C2CA; }

 p { color: rgb(177,194,202); }

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

background-color css

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

 a { background-color: rgb(177,194,202); }

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

border-color css

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

 span { border-color: rgb(177,194,202); }

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