Html Css Color HEX #BDBDE8 Lavender Grey

📋 copy color: '#BDBDE8'

red 189 ◦ green 189 ◦ blue 232

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

Shades of Lavender Grey #BDBDE8

Tints of Lavender Grey #BDBDE8

RGB

 RED value IS 189 (74.22% from 255) = 30.98%

 GREEN value IS 189 (74.22% from 255) = 30.98%

 BLUE value IS 232 (91.02% from 255) = 38.03%

R = 30.98%
G = 30.98%
B = 38.03%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDBDE8 (or 0xBDBDE8) is known color: Lavender Grey. HEX triplet: BD, BD and E8. RGB value is (189,189,232). Sum of RGB (Red+Green+Blue) = 189+189+232=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDE8 is #424217. Grayscale: #C1C1C1. Windows color (decimal): -4342296 or 15252925. OLE color: 15252925.

HSL color Cylindrical-coordinate representation of color #BDBDE8: hue angle of 240º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDBDE8 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 189 232 -
CMYK 0.19 0.19 0 0.09
HSL 240º 0.48% 0.83% -
HSV(B) 240º 0.19% 0.91% -
XYZ 53.75 53.04 83.75 -
YUV 193.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 189 189 232 0.19 0.19 0 0.09 240 0.48 0.83
Hex BD BD E8 13 13 0 9 F0 30 53
Octal 275 275 350 23 23 0 11 360 60 123
Binary 10111101 10111101 11101000 10011 10011 0 1001 11110000 110000 1010011

Color Harmonies of #BDBDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDE8

Black with #BDBDE8

Text Example


Text Example

White with #BDBDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDE8; }

 p { color: rgb(189,189,232); }

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

background-color css

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

 a { background-color: rgb(189,189,232); }

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

border-color css

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

 span { border-color: rgb(189,189,232); }

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