Html Css Color HEX #BCBAF2 Lavender Grey

📋 copy color: '#BCBAF2'

red 188 ◦ green 186 ◦ blue 242

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

Shades of Lavender Grey #BCBAF2

Tints of Lavender Grey #BCBAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.29%

R = 30.52%
G = 30.19%
B = 39.29%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCBAF2 (or 0xBCBAF2) is known color: Lavender Grey. HEX triplet: BC, BA and F2. RGB value is (188,186,242). Sum of RGB (Red+Green+Blue) = 188+186+242=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCBAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAF2 is #43450D. Grayscale: #C0C0C0. Windows color (decimal): -4408590 or 15907516. OLE color: 15907516.

HSL color Cylindrical-coordinate representation of color #BCBAF2: hue angle of 242.14º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCBAF2 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 186 242 -
CMYK 0.22 0.23 0 0.05
HSL 242.14º 0.68% 0.84% -
HSV(B) 242.14º 0.23% 0.95% -
XYZ 54.32 52.22 91.22 -
YUV 192.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 188 186 242 0.22 0.23 0 0.05 242.14 0.68 0.84
Hex BC BA F2 16 17 0 5 F2 44 54
Octal 274 272 362 26 27 0 5 362 104 124
Binary 10111100 10111010 11110010 10110 10111 0 101 11110010 1000100 1010100

Color Harmonies of #BCBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAF2

Black with #BCBAF2

Text Example


Text Example

White with #BCBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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