Html Css Color HEX #BCBAF0 Lavender Grey

📋 copy color: '#BCBAF0'

red 188 ◦ green 186 ◦ blue 240

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

Shades of Lavender Grey #BCBAF0

Tints of Lavender Grey #BCBAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.09%

R = 30.62%
G = 30.29%
B = 39.09%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BCBAF0 (or 0xBCBAF0) is known color: Lavender Grey. HEX triplet: BC, BA and F0. RGB value is (188,186,240). Sum of RGB (Red+Green+Blue) = 188+186+240=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCBAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAF0 is #43450F. Grayscale: #C0C0C0. Windows color (decimal): -4408592 or 15776444. OLE color: 15776444.

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

Color convert

RGB 188 186 240 -
CMYK 0.22 0.22 0 0.06
HSL 242.22º 0.64% 0.84% -
HSV(B) 242.22º 0.23% 0.94% -
XYZ 54.03 52.1 89.65 -
YUV 192.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 188 186 240 0.22 0.22 0 0.06 242.22 0.64 0.84
Hex BC BA F0 16 16 0 6 F2 40 54
Octal 274 272 360 26 26 0 6 362 100 124
Binary 10111100 10111010 11110000 10110 10110 0 110 11110010 1000000 1010100

Color Harmonies of #BCBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAF0

Black with #BCBAF0

Text Example


Text Example

White with #BCBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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