Html Css Color HEX #BDBEE8 Lavender Grey

📋 copy color: '#BDBEE8'

red 189 ◦ green 190 ◦ blue 232

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

Shades of Lavender Grey #BDBEE8

Tints of Lavender Grey #BDBEE8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.1%

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

R = 30.93%
G = 31.1%
B = 37.97%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDBEE8 (or 0xBDBEE8) is known color: Lavender Grey. HEX triplet: BD, BE and E8. RGB value is (189,190,232). Sum of RGB (Red+Green+Blue) = 189+190+232=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEE8 is #424117. Grayscale: #C2C2C2. Windows color (decimal): -4342040 or 15253181. OLE color: 15253181.

HSL color Cylindrical-coordinate representation of color #BDBEE8: hue angle of 238.6º 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 #BDBEE8 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 190 232 -
CMYK 0.19 0.18 0 0.09
HSL 238.6º 0.48% 0.83% -
HSV(B) 238.6º 0.19% 0.91% -
XYZ 53.97 53.47 83.82 -
YUV 194.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 189 190 232 0.19 0.18 0 0.09 238.6 0.48 0.83
Hex BD BE E8 13 12 0 9 EF 30 53
Octal 275 276 350 23 22 0 11 357 60 123
Binary 10111101 10111110 11101000 10011 10010 0 1001 11101111 110000 1010011

Color Harmonies of #BDBEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEE8

Black with #BDBEE8

Text Example


Text Example

White with #BDBEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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