Html Css Color HEX #B8BADC Lavender Grey

📋 copy color: '#B8BADC'

red 184 ◦ green 186 ◦ blue 220

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

Shades of Lavender Grey #B8BADC

Tints of Lavender Grey #B8BADC

RGB

 RED value IS 184 (72.27% from 255) = 31.19%

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 31.19%
G = 31.53%
B = 37.29%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8BADC (or 0xB8BADC) is known color: Lavender Grey. HEX triplet: B8, BA and DC. RGB value is (184,186,220). Sum of RGB (Red+Green+Blue) = 184+186+220=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BADC is #474523. Grayscale: #BDBDBD. Windows color (decimal): -4670756 or 14465720. OLE color: 14465720.

HSL color Cylindrical-coordinate representation of color #B8BADC: hue angle of 236.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8BADC is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 186 220 -
CMYK 0.16 0.15 0 0.14
HSL 236.67º 0.34% 0.79% -
HSV(B) 236.67º 0.16% 0.86% -
XYZ 50.24 50.48 74.8 -
YUV 189.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 184 186 220 0.16 0.15 0 0.14 236.67 0.34 0.79
Hex B8 BA DC 10 F 0 E ED 22 4F
Octal 270 272 334 20 17 0 16 355 42 117
Binary 10111000 10111010 11011100 10000 1111 0 1110 11101101 100010 1001111

Color Harmonies of #B8BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BADC

Black with #B8BADC

Text Example


Text Example

White with #B8BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BADC; }

 p { color: rgb(184,186,220); }

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

background-color css

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

 a { background-color: rgb(184,186,220); }

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

border-color css

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

 span { border-color: rgb(184,186,220); }

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