Html Css Color HEX #BCBCE9 Lavender Grey

📋 copy color: '#BCBCE9'

red 188 ◦ green 188 ◦ blue 233

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

Shades of Lavender Grey #BCBCE9

Tints of Lavender Grey #BCBCE9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.87%

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

R = 30.87%
G = 30.87%
B = 38.26%

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

#BCBCE9 (or 0xBCBCE9) is known color: Lavender Grey. HEX triplet: BC, BC and E9. RGB value is (188,188,233). Sum of RGB (Red+Green+Blue) = 188+188+233=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCBCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCE9 is #434316. Grayscale: #C0C0C0. Windows color (decimal): -4408087 or 15318204. OLE color: 15318204.

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

Color convert

RGB 188 188 233 -
CMYK 0.19 0.19 0 0.09
HSL 240º 0.51% 0.83% -
HSV(B) 240º 0.19% 0.91% -
XYZ 53.43 52.54 84.42 -
YUV 193.13 150.5 124.34 -
System Red Green Blue C M Y K H S L
Decimal 188 188 233 0.19 0.19 0 0.09 240 0.51 0.83
Hex BC BC E9 13 13 0 9 F0 33 53
Octal 274 274 351 23 23 0 11 360 63 123
Binary 10111100 10111100 11101001 10011 10011 0 1001 11110000 110011 1010011

Color Harmonies of #BCBCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBCE9

Black with #BCBCE9

Text Example


Text Example

White with #BCBCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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