Html Css Color HEX #B2BEC5 Heather

📋 copy color: '#B2BEC5'

red 178 ◦ green 190 ◦ blue 197

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

Shades of Heather #B2BEC5

Tints of Heather #B2BEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.87%

R = 31.5%
G = 33.63%
B = 34.87%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B2BEC5 (or 0xB2BEC5) is known color: Heather. HEX triplet: B2, BE and C5. RGB value is (178,190,197). Sum of RGB (Red+Green+Blue) = 178+190+197=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 197 - color contains mainly: blue. Hex color #B2BEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEC5 is #4D413A. Grayscale: #BBBBBB. Windows color (decimal): -5062971 or 12959410. OLE color: 12959410.

HSL color Cylindrical-coordinate representation of color #B2BEC5: hue angle of 202.11º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2BEC5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 190 197 -
CMYK 0.10 0.04 0 0.23
HSL 202.11º 0.14% 0.74% -
HSV(B) 202.11º 0.1% 0.77% -
XYZ 46.85 50.32 60.07 -
YUV 187.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 178 190 197 0.10 0.04 0 0.23 202.11 0.14 0.74
Hex B2 BE C5 A 4 0 17 CA E 4A
Octal 262 276 305 12 4 0 27 312 16 112
Binary 10110010 10111110 11000101 1010 100 0 10111 11001010 1110 1001010

Color Harmonies of #B2BEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BEC5

Black with #B2BEC5

Text Example


Text Example

White with #B2BEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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