Html Css Color HEX #BDBFEA Lavender Grey

📋 copy color: '#BDBFEA'

red 189 ◦ green 191 ◦ blue 234

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

Shades of Lavender Grey #BDBFEA

Tints of Lavender Grey #BDBFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.11%

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

R = 30.78%
G = 31.11%
B = 38.11%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BDBFEA (or 0xBDBFEA) is known color: Lavender Grey. HEX triplet: BD, BF and EA. RGB value is (189,191,234). Sum of RGB (Red+Green+Blue) = 189+191+234=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDBFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFEA is #424015. Grayscale: #C3C3C3. Windows color (decimal): -4341782 or 15384509. OLE color: 15384509.

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

Color convert

RGB 189 191 234 -
CMYK 0.19 0.18 0 0.08
HSL 237.33º 0.52% 0.83% -
HSV(B) 237.33º 0.19% 0.92% -
XYZ 54.47 54.02 85.4 -
YUV 195.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 189 191 234 0.19 0.18 0 0.08 237.33 0.52 0.83
Hex BD BF EA 13 12 0 8 ED 34 53
Octal 275 277 352 23 22 0 10 355 64 123
Binary 10111101 10111111 11101010 10011 10010 0 1000 11101101 110100 1010011

Color Harmonies of #BDBFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFEA

Black with #BDBFEA

Text Example


Text Example

White with #BDBFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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