Html Css Color HEX #B2B3CE Lavender Grey

📋 copy color: '#B2B3CE'

red 178 ◦ green 179 ◦ blue 206

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

Shades of Lavender Grey #B2B3CE

Tints of Lavender Grey #B2B3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.79%

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

R = 31.62%
G = 31.79%
B = 36.59%

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

#B2B3CE (or 0xB2B3CE) is known color: Lavender Grey. HEX triplet: B2, B3 and CE. RGB value is (178,179,206). Sum of RGB (Red+Green+Blue) = 178+179+206=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2B3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B3CE is #4D4C31. Grayscale: #B5B5B5. Windows color (decimal): -5065778 or 13546418. OLE color: 13546418.

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

Color convert

RGB 178 179 206 -
CMYK 0.14 0.13 0 0.19
HSL 237.86º 0.22% 0.75% -
HSV(B) 237.86º 0.14% 0.81% -
XYZ 45.62 46.16 64.9 -
YUV 181.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 178 179 206 0.14 0.13 0 0.19 237.86 0.22 0.75
Hex B2 B3 CE E D 0 13 EE 16 4B
Octal 262 263 316 16 15 0 23 356 26 113
Binary 10110010 10110011 11001110 1110 1101 0 10011 11101110 10110 1001011

Color Harmonies of #B2B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B3CE

Black with #B2B3CE

Text Example


Text Example

White with #B2B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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