Html Css Color HEX #BCBAED Lavender Grey

📋 copy color: '#BCBAED'

red 188 ◦ green 186 ◦ blue 237

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

Shades of Lavender Grey #BCBAED

Tints of Lavender Grey #BCBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.44%

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

R = 30.77%
G = 30.44%
B = 38.79%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCBAED (or 0xBCBAED) is known color: Lavender Grey. HEX triplet: BC, BA and ED. RGB value is (188,186,237). Sum of RGB (Red+Green+Blue) = 188+186+237=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAED is #434512. Grayscale: #C0C0C0. Windows color (decimal): -4408595 or 15579836. OLE color: 15579836.

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

Color convert

RGB 188 186 237 -
CMYK 0.21 0.22 0 0.07
HSL 242.35º 0.59% 0.83% -
HSV(B) 242.35º 0.22% 0.93% -
XYZ 53.58 51.92 87.32 -
YUV 192.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 188 186 237 0.21 0.22 0 0.07 242.35 0.59 0.83
Hex BC BA ED 15 16 0 7 F2 3B 53
Octal 274 272 355 25 26 0 7 362 73 123
Binary 10111100 10111010 11101101 10101 10110 0 111 11110010 111011 1010011

Color Harmonies of #BCBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAED

Black with #BCBAED

Text Example


Text Example

White with #BCBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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