Html Css Color HEX #BDC0E9 Lavender Grey

📋 copy color: '#BDC0E9'

red 189 ◦ green 192 ◦ blue 233

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

Shades of Lavender Grey #BDC0E9

Tints of Lavender Grey #BDC0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.95%

R = 30.78%
G = 31.27%
B = 37.95%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDC0E9 (or 0xBDC0E9) is known color: Lavender Grey. HEX triplet: BD, C0 and E9. RGB value is (189,192,233). Sum of RGB (Red+Green+Blue) = 189+192+233=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0E9 is #423F16. Grayscale: #C3C3C3. Windows color (decimal): -4341527 or 15319229. OLE color: 15319229.

HSL color Cylindrical-coordinate representation of color #BDC0E9: hue angle of 235.91º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC0E9 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 192 233 -
CMYK 0.19 0.18 0 0.09
HSL 235.91º 0.5% 0.83% -
HSV(B) 235.91º 0.19% 0.91% -
XYZ 54.54 54.4 84.72 -
YUV 195.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 189 192 233 0.19 0.18 0 0.09 235.91 0.5 0.83
Hex BD C0 E9 13 12 0 9 EC 32 53
Octal 275 300 351 23 22 0 11 354 62 123
Binary 10111101 11000000 11101001 10011 10010 0 1001 11101100 110010 1010011

Color Harmonies of #BDC0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0E9

Black with #BDC0E9

Text Example


Text Example

White with #BDC0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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