Html Css Color HEX #BDBFE6 Lavender Grey

📋 copy color: '#BDBFE6'

red 189 ◦ green 191 ◦ blue 230

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

Shades of Lavender Grey #BDBFE6

Tints of Lavender Grey #BDBFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.7%

R = 30.98%
G = 31.31%
B = 37.7%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDBFE6 (or 0xBDBFE6) is known color: Lavender Grey. HEX triplet: BD, BF and E6. RGB value is (189,191,230). Sum of RGB (Red+Green+Blue) = 189+191+230=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFE6 is #424019. Grayscale: #C2C2C2. Windows color (decimal): -4341786 or 15122365. OLE color: 15122365.

HSL color Cylindrical-coordinate representation of color #BDBFE6: hue angle of 237.07º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDBFE6 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 191 230 -
CMYK 0.18 0.17 0 0.10
HSL 237.07º 0.45% 0.82% -
HSV(B) 237.07º 0.18% 0.9% -
XYZ 53.9 53.79 82.41 -
YUV 194.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 189 191 230 0.18 0.17 0 0.10 237.07 0.45 0.82
Hex BD BF E6 12 11 0 A ED 2D 52
Octal 275 277 346 22 21 0 12 355 55 122
Binary 10111101 10111111 11100110 10010 10001 0 1010 11101101 101101 1010010

Color Harmonies of #BDBFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFE6

Black with #BDBFE6

Text Example


Text Example

White with #BDBFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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