Html Css Color HEX #BDC0DB Lavender Grey

📋 copy color: '#BDC0DB'

red 189 ◦ green 192 ◦ blue 219

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

Shades of Lavender Grey #BDC0DB

Tints of Lavender Grey #BDC0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.5%

R = 31.5%
G = 32%
B = 36.5%

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

#BDC0DB (or 0xBDC0DB) is known color: Lavender Grey. HEX triplet: BD, C0 and DB. RGB value is (189,192,219). Sum of RGB (Red+Green+Blue) = 189+192+219=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0DB is #423F24. Grayscale: #C2C2C2. Windows color (decimal): -4341541 or 14401725. OLE color: 14401725.

HSL color Cylindrical-coordinate representation of color #BDC0DB: hue angle of 234º degrees, saturation: 0.29, 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 #BDC0DB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 192 219 -
CMYK 0.14 0.12 0 0.14
HSL 234º 0.29% 0.8% -
HSV(B) 234º 0.14% 0.86% -
XYZ 52.62 53.63 74.6 -
YUV 194.18 142.01 124.3 -
System Red Green Blue C M Y K H S L
Decimal 189 192 219 0.14 0.12 0 0.14 234 0.29 0.8
Hex BD C0 DB E C 0 E EA 1D 50
Octal 275 300 333 16 14 0 16 352 35 120
Binary 10111101 11000000 11011011 1110 1100 0 1110 11101010 11101 1010000

Color Harmonies of #BDC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0DB

Black with #BDC0DB

Text Example


Text Example

White with #BDC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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