Html Css Color HEX #BDC1D7 Lavender Grey

📋 copy color: '#BDC1D7'

red 189 ◦ green 193 ◦ blue 215

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

Shades of Lavender Grey #BDC1D7

Tints of Lavender Grey #BDC1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.01%

R = 31.66%
G = 32.33%
B = 36.01%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDC1D7 (or 0xBDC1D7) is known color: Lavender Grey. HEX triplet: BD, C1 and D7. RGB value is (189,193,215). Sum of RGB (Red+Green+Blue) = 189+193+215=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDC1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1D7 is #423E28. Grayscale: #C2C2C2. Windows color (decimal): -4341289 or 14139837. OLE color: 14139837.

HSL color Cylindrical-coordinate representation of color #BDC1D7: hue angle of 230.77º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC1D7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 193 215 -
CMYK 0.12 0.10 0 0.16
HSL 230.77º 0.25% 0.79% -
HSV(B) 230.77º 0.12% 0.84% -
XYZ 52.32 53.87 71.93 -
YUV 194.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 189 193 215 0.12 0.10 0 0.16 230.77 0.25 0.79
Hex BD C1 D7 C A 0 10 E7 19 4F
Octal 275 301 327 14 12 0 20 347 31 117
Binary 10111101 11000001 11010111 1100 1010 0 10000 11100111 11001 1001111

Color Harmonies of #BDC1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1D7

Black with #BDC1D7

Text Example


Text Example

White with #BDC1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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