Html Css Color HEX #BDC0D5 Lavender Grey

📋 copy color: '#BDC0D5'

red 189 ◦ green 192 ◦ blue 213

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

Shades of Lavender Grey #BDC0D5

Tints of Lavender Grey #BDC0D5

RGB

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

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

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

R = 31.82%
G = 32.32%
B = 35.86%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDC0D5 (or 0xBDC0D5) is known color: Lavender Grey. HEX triplet: BD, C0 and D5. RGB value is (189,192,213). Sum of RGB (Red+Green+Blue) = 189+192+213=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDC0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0D5 is #423F2A. Grayscale: #C1C1C1. Windows color (decimal): -4341547 or 14008509. OLE color: 14008509.

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

Color convert

RGB 189 192 213 -
CMYK 0.11 0.10 0 0.16
HSL 232.5º 0.22% 0.79% -
HSV(B) 232.5º 0.11% 0.84% -
XYZ 51.85 53.32 70.51 -
YUV 193.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 189 192 213 0.11 0.10 0 0.16 232.5 0.22 0.79
Hex BD C0 D5 B A 0 10 E8 16 4F
Octal 275 300 325 13 12 0 20 350 26 117
Binary 10111101 11000000 11010101 1011 1010 0 10000 11101000 10110 1001111

Color Harmonies of #BDC0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0D5

Black with #BDC0D5

Text Example


Text Example

White with #BDC0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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