Html Css Color HEX #BDC0D7 Lavender Grey

📋 copy color: '#BDC0D7'

red 189 ◦ green 192 ◦ blue 215

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

Shades of Lavender Grey #BDC0D7

Tints of Lavender Grey #BDC0D7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.21%

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

R = 31.71%
G = 32.21%
B = 36.07%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDC0D7 (or 0xBDC0D7) is known color: Lavender Grey. HEX triplet: BD, C0 and D7. RGB value is (189,192,215). Sum of RGB (Red+Green+Blue) = 189+192+215=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDC0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0D7 is #423F28. Grayscale: #C1C1C1. Windows color (decimal): -4341545 or 14139581. OLE color: 14139581.

HSL color Cylindrical-coordinate representation of color #BDC0D7: hue angle of 233.08º 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 #BDC0D7 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 192 215 -
CMYK 0.12 0.11 0 0.16
HSL 233.08º 0.25% 0.79% -
HSV(B) 233.08º 0.12% 0.84% -
XYZ 52.1 53.42 71.86 -
YUV 193.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 189 192 215 0.12 0.11 0 0.16 233.08 0.25 0.79
Hex BD C0 D7 C B 0 10 E9 19 4F
Octal 275 300 327 14 13 0 20 351 31 117
Binary 10111101 11000000 11010111 1100 1011 0 10000 11101001 11001 1001111

Color Harmonies of #BDC0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0D7

Black with #BDC0D7

Text Example


Text Example

White with #BDC0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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