Html Css Color HEX #B2B3DD Lavender Grey

📋 copy color: '#B2B3DD'

red 178 ◦ green 179 ◦ blue 221

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

Shades of Lavender Grey #B2B3DD

Tints of Lavender Grey #B2B3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.24%

R = 30.8%
G = 30.97%
B = 38.24%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2B3DD (or 0xB2B3DD) is known color: Lavender Grey. HEX triplet: B2, B3 and DD. RGB value is (178,179,221). Sum of RGB (Red+Green+Blue) = 178+179+221=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2B3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B3DD is #4D4C22. Grayscale: #B7B7B7. Windows color (decimal): -5065763 or 14529458. OLE color: 14529458.

HSL color Cylindrical-coordinate representation of color #B2B3DD: hue angle of 238.6º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2B3DD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 179 221 -
CMYK 0.19 0.19 0 0.13
HSL 238.6º 0.39% 0.78% -
HSV(B) 238.6º 0.19% 0.87% -
XYZ 47.53 46.93 74.96 -
YUV 183.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 178 179 221 0.19 0.19 0 0.13 238.6 0.39 0.78
Hex B2 B3 DD 13 13 0 D EF 27 4E
Octal 262 263 335 23 23 0 15 357 47 116
Binary 10110010 10110011 11011101 10011 10011 0 1101 11101111 100111 1001110

Color Harmonies of #B2B3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B3DD

Black with #B2B3DD

Text Example


Text Example

White with #B2B3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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