Html Css Color HEX #B2BEC4 Heather

📋 copy color: '#B2BEC4'

red 178 ◦ green 190 ◦ blue 196

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

Shades of Heather #B2BEC4

Tints of Heather #B2BEC4

RGB

 RED value IS 178 (69.92% from 255) = 31.56%

 GREEN value IS 190 (74.61% from 255) = 33.69%

 BLUE value IS 196 (76.95% from 255) = 34.75%

R = 31.56%
G = 33.69%
B = 34.75%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B2BEC4 (or 0xB2BEC4) is known color: Heather. HEX triplet: B2, BE and C4. RGB value is (178,190,196). Sum of RGB (Red+Green+Blue) = 178+190+196=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 196 - color contains mainly: blue. Hex color #B2BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEC4 is #4D413B. Grayscale: #BBBBBB. Windows color (decimal): -5062972 or 12893874. OLE color: 12893874.

HSL color Cylindrical-coordinate representation of color #B2BEC4: hue angle of 200º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2BEC4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 190 196 -
CMYK 0.09 0.03 0 0.23
HSL 200º 0.13% 0.73% -
HSV(B) 200º 0.09% 0.77% -
XYZ 46.74 50.28 59.47 -
YUV 187.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 178 190 196 0.09 0.03 0 0.23 200 0.13 0.73
Hex B2 BE C4 9 3 0 17 C8 D 49
Octal 262 276 304 11 3 0 27 310 15 111
Binary 10110010 10111110 11000100 1001 11 0 10111 11001000 1101 1001001

Color Harmonies of #B2BEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BEC4

Black with #B2BEC4

Text Example


Text Example

White with #B2BEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BEC4; }

 p { color: rgb(178,190,196); }

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

background-color css

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

 a { background-color: rgb(178,190,196); }

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

border-color css

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

 span { border-color: rgb(178,190,196); }

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