Html Css Color HEX #B8B0DF Lavender Grey

📋 copy color: '#B8B0DF'

red 184 ◦ green 176 ◦ blue 223

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

Shades of Lavender Grey #B8B0DF

Tints of Lavender Grey #B8B0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.19%

 BLUE value IS 223 (87.5% from 255) = 38.25%

R = 31.56%
G = 30.19%
B = 38.25%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8B0DF (or 0xB8B0DF) is known color: Lavender Grey. HEX triplet: B8, B0 and DF. RGB value is (184,176,223). Sum of RGB (Red+Green+Blue) = 184+176+223=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B0DF is #474F20. Grayscale: #B7B7B7. Windows color (decimal): -4673313 or 14659768. OLE color: 14659768.

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

Color convert

RGB 184 176 223 -
CMYK 0.17 0.21 0 0.13
HSL 250.21º 0.42% 0.78% -
HSV(B) 250.21º 0.21% 0.87% -
XYZ 48.61 46.57 76.24 -
YUV 183.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 184 176 223 0.17 0.21 0 0.13 250.21 0.42 0.78
Hex B8 B0 DF 11 15 0 D FA 2A 4E
Octal 270 260 337 21 25 0 15 372 52 116
Binary 10111000 10110000 11011111 10001 10101 0 1101 11111010 101010 1001110

Color Harmonies of #B8B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B0DF

Black with #B8B0DF

Text Example


Text Example

White with #B8B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B0DF; }

 p { color: rgb(184,176,223); }

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

background-color css

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

 a { background-color: rgb(184,176,223); }

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

border-color css

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

 span { border-color: rgb(184,176,223); }

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