Html Css Color HEX #BDC1E1 Lavender Grey

📋 copy color: '#BDC1E1'

red 189 ◦ green 193 ◦ blue 225

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

Shades of Lavender Grey #BDC1E1

Tints of Lavender Grey #BDC1E1

RGB

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

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

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

R = 31.14%
G = 31.8%
B = 37.07%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDC1E1 (or 0xBDC1E1) is known color: Lavender Grey. HEX triplet: BD, C1 and E1. RGB value is (189,193,225). Sum of RGB (Red+Green+Blue) = 189+193+225=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDC1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1E1 is #423E1E. Grayscale: #C3C3C3. Windows color (decimal): -4341279 or 14795197. OLE color: 14795197.

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

Color convert

RGB 189 193 225 -
CMYK 0.16 0.14 0 0.12
HSL 233.33º 0.38% 0.81% -
HSV(B) 233.33º 0.16% 0.88% -
XYZ 53.65 54.39 78.91 -
YUV 195.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 189 193 225 0.16 0.14 0 0.12 233.33 0.38 0.81
Hex BD C1 E1 10 E 0 C E9 26 51
Octal 275 301 341 20 16 0 14 351 46 121
Binary 10111101 11000001 11100001 10000 1110 0 1100 11101001 100110 1010001

Color Harmonies of #BDC1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1E1

Black with #BDC1E1

Text Example


Text Example

White with #BDC1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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