Html Css Color HEX #B2B4CE Lavender Grey

📋 copy color: '#B2B4CE'

red 178 ◦ green 180 ◦ blue 206

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

Shades of Lavender Grey #B2B4CE

Tints of Lavender Grey #B2B4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.91%

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

R = 31.56%
G = 31.91%
B = 36.52%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B2B4CE (or 0xB2B4CE) is known color: Lavender Grey. HEX triplet: B2, B4 and CE. RGB value is (178,180,206). Sum of RGB (Red+Green+Blue) = 178+180+206=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2B4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B4CE is #4D4B31. Grayscale: #B6B6B6. Windows color (decimal): -5065522 or 13546674. OLE color: 13546674.

HSL color Cylindrical-coordinate representation of color #B2B4CE: hue angle of 235.71º degrees, saturation: 0.22, 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 #B2B4CE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 180 206 -
CMYK 0.14 0.13 0 0.19
HSL 235.71º 0.22% 0.75% -
HSV(B) 235.71º 0.14% 0.81% -
XYZ 45.82 46.56 64.97 -
YUV 182.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 178 180 206 0.14 0.13 0 0.19 235.71 0.22 0.75
Hex B2 B4 CE E D 0 13 EC 16 4B
Octal 262 264 316 16 15 0 23 354 26 113
Binary 10110010 10110100 11001110 1110 1101 0 10011 11101100 10110 1001011

Color Harmonies of #B2B4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B4CE

Black with #B2B4CE

Text Example


Text Example

White with #B2B4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B4CE; }

 p { color: rgb(178,180,206); }

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

background-color css

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

 a { background-color: rgb(178,180,206); }

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

border-color css

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

 span { border-color: rgb(178,180,206); }

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