Html Css Color HEX #B2B3CA Lavender Grey

📋 copy color: '#B2B3CA'

red 178 ◦ green 179 ◦ blue 202

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

Shades of Lavender Grey #B2B3CA

Tints of Lavender Grey #B2B3CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.14%

R = 31.84%
G = 32.02%
B = 36.14%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B2B3CA (or 0xB2B3CA) is known color: Lavender Grey. HEX triplet: B2, B3 and CA. RGB value is (178,179,202). Sum of RGB (Red+Green+Blue) = 178+179+202=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #B2B3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B3CA is #4D4C35. Grayscale: #B5B5B5. Windows color (decimal): -5065782 or 13284274. OLE color: 13284274.

HSL color Cylindrical-coordinate representation of color #B2B3CA: hue angle of 237.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2B3CA is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 179 202 -
CMYK 0.12 0.11 0 0.21
HSL 237.5º 0.18% 0.75% -
HSV(B) 237.5º 0.12% 0.79% -
XYZ 45.14 45.97 62.37 -
YUV 181.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 178 179 202 0.12 0.11 0 0.21 237.5 0.18 0.75
Hex B2 B3 CA C B 0 15 EE 12 4B
Octal 262 263 312 14 13 0 25 356 22 113
Binary 10110010 10110011 11001010 1100 1011 0 10101 11101110 10010 1001011

Color Harmonies of #B2B3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B3CA

Black with #B2B3CA

Text Example


Text Example

White with #B2B3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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