Html Css Color HEX #BCBBE4 Lavender Grey

📋 copy color: '#BCBBE4'

red 188 ◦ green 187 ◦ blue 228

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

Shades of Lavender Grey #BCBBE4

Tints of Lavender Grey #BCBBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.81%

R = 31.18%
G = 31.01%
B = 37.81%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCBBE4 (or 0xBCBBE4) is known color: Lavender Grey. HEX triplet: BC, BB and E4. RGB value is (188,187,228). Sum of RGB (Red+Green+Blue) = 188+187+228=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCBBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBE4 is #43441B. Grayscale: #BFBFBF. Windows color (decimal): -4408348 or 14990268. OLE color: 14990268.

HSL color Cylindrical-coordinate representation of color #BCBBE4: hue angle of 241.46º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCBBE4 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 187 228 -
CMYK 0.18 0.18 0 0.11
HSL 241.46º 0.43% 0.81% -
HSV(B) 241.46º 0.18% 0.89% -
XYZ 52.51 51.83 80.64 -
YUV 191.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 188 187 228 0.18 0.18 0 0.11 241.46 0.43 0.81
Hex BC BB E4 12 12 0 B F1 2B 51
Octal 274 273 344 22 22 0 13 361 53 121
Binary 10111100 10111011 11100100 10010 10010 0 1011 11110001 101011 1010001

Color Harmonies of #BCBBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBE4

Black with #BCBBE4

Text Example


Text Example

White with #BCBBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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