Html Css Color HEX #BDC0DF Lavender Grey

📋 copy color: '#BDC0DF'

red 189 ◦ green 192 ◦ blue 223

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

Shades of Lavender Grey #BDC0DF

Tints of Lavender Grey #BDC0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 31.29%
G = 31.79%
B = 36.92%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDC0DF (or 0xBDC0DF) is known color: Lavender Grey. HEX triplet: BD, C0 and DF. RGB value is (189,192,223). Sum of RGB (Red+Green+Blue) = 189+192+223=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0DF is #423F20. Grayscale: #C2C2C2. Windows color (decimal): -4341537 or 14663869. OLE color: 14663869.

HSL color Cylindrical-coordinate representation of color #BDC0DF: hue angle of 234.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC0DF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 192 223 -
CMYK 0.15 0.14 0 0.13
HSL 234.71º 0.35% 0.81% -
HSV(B) 234.71º 0.15% 0.87% -
XYZ 53.16 53.85 77.4 -
YUV 194.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 189 192 223 0.15 0.14 0 0.13 234.71 0.35 0.81
Hex BD C0 DF F E 0 D EB 23 51
Octal 275 300 337 17 16 0 15 353 43 121
Binary 10111101 11000000 11011111 1111 1110 0 1101 11101011 100011 1010001

Color Harmonies of #BDC0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0DF

Black with #BDC0DF

Text Example


Text Example

White with #BDC0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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