Html Css Color HEX #BDC1DF Lavender Grey

📋 copy color: '#BDC1DF'

red 189 ◦ green 193 ◦ blue 223

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

Shades of Lavender Grey #BDC1DF

Tints of Lavender Grey #BDC1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.9%

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

R = 31.24%
G = 31.9%
B = 36.86%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDC1DF (or 0xBDC1DF) is known color: Lavender Grey. HEX triplet: BD, C1 and DF. RGB value is (189,193,223). Sum of RGB (Red+Green+Blue) = 189+193+223=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1DF is #423E20. Grayscale: #C3C3C3. Windows color (decimal): -4341281 or 14664125. OLE color: 14664125.

HSL color Cylindrical-coordinate representation of color #BDC1DF: hue angle of 232.94º 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 #BDC1DF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 193 223 -
CMYK 0.15 0.13 0 0.13
HSL 232.94º 0.35% 0.81% -
HSV(B) 232.94º 0.15% 0.87% -
XYZ 53.38 54.29 77.48 -
YUV 195.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 189 193 223 0.15 0.13 0 0.13 232.94 0.35 0.81
Hex BD C1 DF F D 0 D E9 23 51
Octal 275 301 337 17 15 0 15 351 43 121
Binary 10111101 11000001 11011111 1111 1101 0 1101 11101001 100011 1010001

Color Harmonies of #BDC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1DF

Black with #BDC1DF

Text Example


Text Example

White with #BDC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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