Html Css Color HEX #BDC1DC Lavender Grey

📋 copy color: '#BDC1DC'

red 189 ◦ green 193 ◦ blue 220

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

Shades of Lavender Grey #BDC1DC

Tints of Lavender Grey #BDC1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 31.4%
G = 32.06%
B = 36.54%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDC1DC (or 0xBDC1DC) is known color: Lavender Grey. HEX triplet: BD, C1 and DC. RGB value is (189,193,220). Sum of RGB (Red+Green+Blue) = 189+193+220=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1DC is #423E23. Grayscale: #C2C2C2. Windows color (decimal): -4341284 or 14467517. OLE color: 14467517.

HSL color Cylindrical-coordinate representation of color #BDC1DC: hue angle of 232.26º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDC1DC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 193 220 -
CMYK 0.14 0.12 0 0.14
HSL 232.26º 0.31% 0.8% -
HSV(B) 232.26º 0.14% 0.86% -
XYZ 52.97 54.13 75.37 -
YUV 194.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 189 193 220 0.14 0.12 0 0.14 232.26 0.31 0.8
Hex BD C1 DC E C 0 E E8 1F 50
Octal 275 301 334 16 14 0 16 350 37 120
Binary 10111101 11000001 11011100 1110 1100 0 1110 11101000 11111 1010000

Color Harmonies of #BDC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1DC

Black with #BDC1DC

Text Example


Text Example

White with #BDC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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