Html Css Color HEX #BDC1DE Lavender Grey

📋 copy color: '#BDC1DE'

red 189 ◦ green 193 ◦ blue 222

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

Shades of Lavender Grey #BDC1DE

Tints of Lavender Grey #BDC1DE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.95%

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 31.29%
G = 31.95%
B = 36.75%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDC1DE (or 0xBDC1DE) is known color: Lavender Grey. HEX triplet: BD, C1 and DE. RGB value is (189,193,222). Sum of RGB (Red+Green+Blue) = 189+193+222=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDC1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1DE is #423E21. Grayscale: #C2C2C2. Windows color (decimal): -4341282 or 14598589. OLE color: 14598589.

HSL color Cylindrical-coordinate representation of color #BDC1DE: hue angle of 232.73º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC1DE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 193 222 -
CMYK 0.15 0.13 0 0.13
HSL 232.73º 0.33% 0.81% -
HSV(B) 232.73º 0.15% 0.87% -
XYZ 53.24 54.23 76.77 -
YUV 195.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 189 193 222 0.15 0.13 0 0.13 232.73 0.33 0.81
Hex BD C1 DE F D 0 D E9 21 51
Octal 275 301 336 17 15 0 15 351 41 121
Binary 10111101 11000001 11011110 1111 1101 0 1101 11101001 100001 1010001

Color Harmonies of #BDC1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1DE

Black with #BDC1DE

Text Example


Text Example

White with #BDC1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1DE; }

 p { color: rgb(189,193,222); }

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

background-color css

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

 a { background-color: rgb(189,193,222); }

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

border-color css

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

 span { border-color: rgb(189,193,222); }

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