Html Css Color HEX #BDC0D8 Lavender Grey

📋 copy color: '#BDC0D8'

red 189 ◦ green 192 ◦ blue 216

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

Shades of Lavender Grey #BDC0D8

Tints of Lavender Grey #BDC0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.18%

R = 31.66%
G = 32.16%
B = 36.18%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDC0D8 (or 0xBDC0D8) is known color: Lavender Grey. HEX triplet: BD, C0 and D8. RGB value is (189,192,216). Sum of RGB (Red+Green+Blue) = 189+192+216=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0D8 is #423F27. Grayscale: #C1C1C1. Windows color (decimal): -4341544 or 14205117. OLE color: 14205117.

HSL color Cylindrical-coordinate representation of color #BDC0D8: hue angle of 233.33º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC0D8 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 192 216 -
CMYK 0.12 0.11 0 0.15
HSL 233.33º 0.26% 0.79% -
HSV(B) 233.33º 0.13% 0.85% -
XYZ 52.23 53.48 72.53 -
YUV 193.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 189 192 216 0.12 0.11 0 0.15 233.33 0.26 0.79
Hex BD C0 D8 C B 0 F E9 1A 4F
Octal 275 300 330 14 13 0 17 351 32 117
Binary 10111101 11000000 11011000 1100 1011 0 1111 11101001 11010 1001111

Color Harmonies of #BDC0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0D8

Black with #BDC0D8

Text Example


Text Example

White with #BDC0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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