Html Css Color HEX #B5BAD4 Lavender Grey

📋 copy color: '#B5BAD4'

red 181 ◦ green 186 ◦ blue 212

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

Shades of Lavender Grey #B5BAD4

Tints of Lavender Grey #B5BAD4

RGB

 RED value IS 181 (71.09% from 255) = 31.26%

 GREEN value IS 186 (73.05% from 255) = 32.12%

 BLUE value IS 212 (83.2% from 255) = 36.61%

R = 31.26%
G = 32.12%
B = 36.61%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B5BAD4 (or 0xB5BAD4) is known color: Lavender Grey. HEX triplet: B5, BA and D4. RGB value is (181,186,212). Sum of RGB (Red+Green+Blue) = 181+186+212=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #B5BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BAD4 is #4A452B. Grayscale: #BBBBBB. Windows color (decimal): -4867372 or 13941429. OLE color: 13941429.

HSL color Cylindrical-coordinate representation of color #B5BAD4: hue angle of 230.32º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5BAD4 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 186 212 -
CMYK 0.15 0.12 0 0.17
HSL 230.32º 0.26% 0.77% -
HSV(B) 230.32º 0.15% 0.83% -
XYZ 48.5 49.7 69.32 -
YUV 187.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 181 186 212 0.15 0.12 0 0.17 230.32 0.26 0.77
Hex B5 BA D4 F C 0 11 E6 1A 4D
Octal 265 272 324 17 14 0 21 346 32 115
Binary 10110101 10111010 11010100 1111 1100 0 10001 11100110 11010 1001101

Color Harmonies of #B5BAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BAD4

Black with #B5BAD4

Text Example


Text Example

White with #B5BAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BAD4; }

 p { color: rgb(181,186,212); }

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

background-color css

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

 a { background-color: rgb(181,186,212); }

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

border-color css

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

 span { border-color: rgb(181,186,212); }

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