Html Css Color HEX #BDBBEA Lavender Grey

📋 copy color: '#BDBBEA'

red 189 ◦ green 187 ◦ blue 234

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

Shades of Lavender Grey #BDBBEA

Tints of Lavender Grey #BDBBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.66%

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

R = 30.98%
G = 30.66%
B = 38.36%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDBBEA (or 0xBDBBEA) is known color: Lavender Grey. HEX triplet: BD, BB and EA. RGB value is (189,187,234). Sum of RGB (Red+Green+Blue) = 189+187+234=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBEA is #424415. Grayscale: #C0C0C0. Windows color (decimal): -4342806 or 15383485. OLE color: 15383485.

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

Color convert

RGB 189 187 234 -
CMYK 0.19 0.20 0 0.08
HSL 242.55º 0.53% 0.83% -
HSV(B) 242.55º 0.2% 0.92% -
XYZ 53.61 52.3 85.11 -
YUV 192.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 189 187 234 0.19 0.20 0 0.08 242.55 0.53 0.83
Hex BD BB EA 13 14 0 8 F3 35 53
Octal 275 273 352 23 24 0 10 363 65 123
Binary 10111101 10111011 11101010 10011 10100 0 1000 11110011 110101 1010011

Color Harmonies of #BDBBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBEA

Black with #BDBBEA

Text Example


Text Example

White with #BDBBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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