Html Css Color HEX #BCBDE9 Lavender Grey

📋 copy color: '#BCBDE9'

red 188 ◦ green 189 ◦ blue 233

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

Shades of Lavender Grey #BCBDE9

Tints of Lavender Grey #BCBDE9

RGB

 RED value IS 188 (73.83% from 255) = 30.82%

 GREEN value IS 189 (74.22% from 255) = 30.98%

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

R = 30.82%
G = 30.98%
B = 38.2%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCBDE9 (or 0xBCBDE9) is known color: Lavender Grey. HEX triplet: BC, BD and E9. RGB value is (188,189,233). Sum of RGB (Red+Green+Blue) = 188+189+233=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDE9 is #434216. Grayscale: #C1C1C1. Windows color (decimal): -4407831 or 15318460. OLE color: 15318460.

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

Color convert

RGB 188 189 233 -
CMYK 0.19 0.19 0 0.09
HSL 238.67º 0.51% 0.83% -
HSV(B) 238.67º 0.19% 0.91% -
XYZ 53.64 52.97 84.49 -
YUV 193.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 188 189 233 0.19 0.19 0 0.09 238.67 0.51 0.83
Hex BC BD E9 13 13 0 9 EF 33 53
Octal 274 275 351 23 23 0 11 357 63 123
Binary 10111100 10111101 11101001 10011 10011 0 1001 11101111 110011 1010011

Color Harmonies of #BCBDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDE9

Black with #BCBDE9

Text Example


Text Example

White with #BCBDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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