Html Css Color HEX #BCBBED Lavender Grey

📋 copy color: '#BCBBED'

red 188 ◦ green 187 ◦ blue 237

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

Shades of Lavender Grey #BCBBED

Tints of Lavender Grey #BCBBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 30.72%
G = 30.56%
B = 38.73%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCBBED (or 0xBCBBED) is known color: Lavender Grey. HEX triplet: BC, BB and ED. RGB value is (188,187,237). Sum of RGB (Red+Green+Blue) = 188+187+237=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBBED is #434412. Grayscale: #C0C0C0. Windows color (decimal): -4408339 or 15580092. OLE color: 15580092.

HSL color Cylindrical-coordinate representation of color #BCBBED: hue angle of 241.2º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBBED is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 187 237 -
CMYK 0.21 0.21 0 0.07
HSL 241.2º 0.58% 0.83% -
HSV(B) 241.2º 0.21% 0.93% -
XYZ 53.8 52.35 87.39 -
YUV 193 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 188 187 237 0.21 0.21 0 0.07 241.2 0.58 0.83
Hex BC BB ED 15 15 0 7 F1 3A 53
Octal 274 273 355 25 25 0 7 361 72 123
Binary 10111100 10111011 11101101 10101 10101 0 111 11110001 111010 1010011

Color Harmonies of #BCBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBED

Black with #BCBBED

Text Example


Text Example

White with #BCBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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