Html Css Color HEX #B4BEC3 Heather

📋 copy color: '#B4BEC3'

red 180 ◦ green 190 ◦ blue 195

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

Shades of Heather #B4BEC3

Tints of Heather #B4BEC3

RGB

 RED value IS 180 (70.7% from 255) = 31.86%

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

 BLUE value IS 195 (76.56% from 255) = 34.51%

R = 31.86%
G = 33.63%
B = 34.51%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B4BEC3 (or 0xB4BEC3) is known color: Heather. HEX triplet: B4, BE and C3. RGB value is (180,190,195). Sum of RGB (Red+Green+Blue) = 180+190+195=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 195 - color contains mainly: blue. Hex color #B4BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BEC3 is #4B413C. Grayscale: #BBBBBB. Windows color (decimal): -4931901 or 12828340. OLE color: 12828340.

HSL color Cylindrical-coordinate representation of color #B4BEC3: hue angle of 200º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B4BEC3 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 190 195 -
CMYK 0.08 0.03 0 0.24
HSL 200º 0.11% 0.74% -
HSV(B) 200º 0.08% 0.76% -
XYZ 47.09 50.47 58.89 -
YUV 187.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 180 190 195 0.08 0.03 0 0.24 200 0.11 0.74
Hex B4 BE C3 8 3 0 18 C8 B 4A
Octal 264 276 303 10 3 0 30 310 13 112
Binary 10110100 10111110 11000011 1000 11 0 11000 11001000 1011 1001010

Color Harmonies of #B4BEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BEC3

Black with #B4BEC3

Text Example


Text Example

White with #B4BEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BEC3; }

 p { color: rgb(180,190,195); }

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

background-color css

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

 a { background-color: rgb(180,190,195); }

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

border-color css

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

 span { border-color: rgb(180,190,195); }

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