Html Css Color HEX #BCBAF5 Lavender Blue

📋 copy color: '#BCBAF5'

red 188 ◦ green 186 ◦ blue 245

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

Shades of Lavender Blue #BCBAF5

Tints of Lavender Blue #BCBAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.58%

R = 30.37%
G = 30.05%
B = 39.58%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCBAF5 (or 0xBCBAF5) is known color: Lavender Blue. HEX triplet: BC, BA and F5. RGB value is (188,186,245). Sum of RGB (Red+Green+Blue) = 188+186+245=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 186 (73.05% from 255 or 30.05% from 619); Blue value is 245 (96.09% from 255 or 39.58% from 619); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCBAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAF5 is #43450A. Grayscale: #C1C1C1. Windows color (decimal): -4408587 or 16104124. OLE color: 16104124.

HSL color Cylindrical-coordinate representation of color #BCBAF5: hue angle of 242.03º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCBAF5 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 186 245 -
CMYK 0.23 0.24 0 0.04
HSL 242.03º 0.75% 0.85% -
HSV(B) 242.03º 0.24% 0.96% -
XYZ 54.78 52.4 93.61 -
YUV 193.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 188 186 245 0.23 0.24 0 0.04 242.03 0.75 0.85
Hex BC BA F5 17 18 0 4 F2 4B 55
Octal 274 272 365 27 30 0 4 362 113 125
Binary 10111100 10111010 11110101 10111 11000 0 100 11110010 1001011 1010101

Color Harmonies of #BCBAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAF5

Black with #BCBAF5

Text Example


Text Example

White with #BCBAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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