Html Css Color HEX #BCBBE6 Lavender Grey

📋 copy color: '#BCBBE6'

red 188 ◦ green 187 ◦ blue 230

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

Shades of Lavender Grey #BCBBE6

Tints of Lavender Grey #BCBBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.91%

 BLUE value IS 230 (90.23% from 255) = 38.02%

R = 31.07%
G = 30.91%
B = 38.02%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCBBE6 (or 0xBCBBE6) is known color: Lavender Grey. HEX triplet: BC, BB and E6. RGB value is (188,187,230). Sum of RGB (Red+Green+Blue) = 188+187+230=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBE6 is #434419. Grayscale: #C0C0C0. Windows color (decimal): -4408346 or 15121340. OLE color: 15121340.

HSL color Cylindrical-coordinate representation of color #BCBBE6: hue angle of 241.4º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCBBE6 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 187 230 -
CMYK 0.18 0.19 0 0.10
HSL 241.4º 0.46% 0.82% -
HSV(B) 241.4º 0.19% 0.9% -
XYZ 52.79 51.95 82.11 -
YUV 192.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 188 187 230 0.18 0.19 0 0.10 241.4 0.46 0.82
Hex BC BB E6 12 13 0 A F1 2E 52
Octal 274 273 346 22 23 0 12 361 56 122
Binary 10111100 10111011 11100110 10010 10011 0 1010 11110001 101110 1010010

Color Harmonies of #BCBBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBE6

Black with #BCBBE6

Text Example


Text Example

White with #BCBBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBE6; }

 p { color: rgb(188,187,230); }

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

background-color css

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

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

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

border-color css

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

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

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