Html Css Color HEX #BDC0E1 Lavender Grey

📋 copy color: '#BDC0E1'

red 189 ◦ green 192 ◦ blue 225

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

Shades of Lavender Grey #BDC0E1

Tints of Lavender Grey #BDC0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.13%

R = 31.19%
G = 31.68%
B = 37.13%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDC0E1 (or 0xBDC0E1) is known color: Lavender Grey. HEX triplet: BD, C0 and E1. RGB value is (189,192,225). Sum of RGB (Red+Green+Blue) = 189+192+225=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDC0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0E1 is #423F1E. Grayscale: #C2C2C2. Windows color (decimal): -4341535 or 14794941. OLE color: 14794941.

HSL color Cylindrical-coordinate representation of color #BDC0E1: hue angle of 235º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDC0E1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 192 225 -
CMYK 0.16 0.15 0 0.12
HSL 235º 0.38% 0.81% -
HSV(B) 235º 0.16% 0.88% -
XYZ 53.43 53.95 78.83 -
YUV 194.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 189 192 225 0.16 0.15 0 0.12 235 0.38 0.81
Hex BD C0 E1 10 F 0 C EB 26 51
Octal 275 300 341 20 17 0 14 353 46 121
Binary 10111101 11000000 11100001 10000 1111 0 1100 11101011 100110 1010001

Color Harmonies of #BDC0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0E1

Black with #BDC0E1

Text Example


Text Example

White with #BDC0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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