Html Css Color HEX #BDC0E8 Lavender Grey

📋 copy color: '#BDC0E8'

red 189 ◦ green 192 ◦ blue 232

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

Shades of Lavender Grey #BDC0E8

Tints of Lavender Grey #BDC0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.85%

R = 30.83%
G = 31.32%
B = 37.85%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDC0E8 (or 0xBDC0E8) is known color: Lavender Grey. HEX triplet: BD, C0 and E8. RGB value is (189,192,232). Sum of RGB (Red+Green+Blue) = 189+192+232=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDC0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0E8 is #423F17. Grayscale: #C3C3C3. Windows color (decimal): -4341528 or 15253693. OLE color: 15253693.

HSL color Cylindrical-coordinate representation of color #BDC0E8: hue angle of 235.81º degrees, saturation: 0.48, 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 #BDC0E8 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 192 232 -
CMYK 0.19 0.17 0 0.09
HSL 235.81º 0.48% 0.83% -
HSV(B) 235.81º 0.19% 0.91% -
XYZ 54.4 54.34 83.97 -
YUV 195.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 189 192 232 0.19 0.17 0 0.09 235.81 0.48 0.83
Hex BD C0 E8 13 11 0 9 EC 30 53
Octal 275 300 350 23 21 0 11 354 60 123
Binary 10111101 11000000 11101000 10011 10001 0 1001 11101100 110000 1010011

Color Harmonies of #BDC0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0E8

Black with #BDC0E8

Text Example


Text Example

White with #BDC0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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