Html Css Color HEX #BDBEEA Lavender Grey

📋 copy color: '#BDBEEA'

red 189 ◦ green 190 ◦ blue 234

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

Shades of Lavender Grey #BDBEEA

Tints of Lavender Grey #BDBEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 30.83%
G = 31%
B = 38.17%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDBEEA (or 0xBDBEEA) is known color: Lavender Grey. HEX triplet: BD, BE and EA. RGB value is (189,190,234). Sum of RGB (Red+Green+Blue) = 189+190+234=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEEA is #424115. Grayscale: #C2C2C2. Windows color (decimal): -4342038 or 15384253. OLE color: 15384253.

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

Color convert

RGB 189 190 234 -
CMYK 0.19 0.19 0 0.08
HSL 238.67º 0.52% 0.83% -
HSV(B) 238.67º 0.19% 0.92% -
XYZ 54.25 53.59 85.33 -
YUV 194.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 189 190 234 0.19 0.19 0 0.08 238.67 0.52 0.83
Hex BD BE EA 13 13 0 8 EF 34 53
Octal 275 276 352 23 23 0 10 357 64 123
Binary 10111101 10111110 11101010 10011 10011 0 1000 11101111 110100 1010011

Color Harmonies of #BDBEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEEA

Black with #BDBEEA

Text Example


Text Example

White with #BDBEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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