Html Css Color HEX #BDC1D5 Lavender Grey

📋 copy color: '#BDC1D5'

red 189 ◦ green 193 ◦ blue 213

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

Shades of Lavender Grey #BDC1D5

Tints of Lavender Grey #BDC1D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.8%

R = 31.76%
G = 32.44%
B = 35.8%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDC1D5 (or 0xBDC1D5) is known color: Lavender Grey. HEX triplet: BD, C1 and D5. RGB value is (189,193,213). Sum of RGB (Red+Green+Blue) = 189+193+213=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1D5 is #423E2A. Grayscale: #C2C2C2. Windows color (decimal): -4341291 or 14008765. OLE color: 14008765.

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

Color convert

RGB 189 193 213 -
CMYK 0.11 0.09 0 0.16
HSL 230º 0.22% 0.79% -
HSV(B) 230º 0.11% 0.84% -
XYZ 52.07 53.76 70.58 -
YUV 194.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 189 193 213 0.11 0.09 0 0.16 230 0.22 0.79
Hex BD C1 D5 B 9 0 10 E6 16 4F
Octal 275 301 325 13 11 0 20 346 26 117
Binary 10111101 11000001 11010101 1011 1001 0 10000 11100110 10110 1001111

Color Harmonies of #BDC1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1D5

Black with #BDC1D5

Text Example


Text Example

White with #BDC1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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