Html Css Color HEX #BCBAFA Lavender Blue

📋 copy color: '#BCBAFA'

red 188 ◦ green 186 ◦ blue 250

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

Shades of Lavender Blue #BCBAFA

Tints of Lavender Blue #BCBAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 30.13%
G = 29.81%
B = 40.06%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCBAFA (or 0xBCBAFA) is known color: Lavender Blue. HEX triplet: BC, BA and FA. RGB value is (188,186,250). Sum of RGB (Red+Green+Blue) = 188+186+250=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAFA is #434505. Grayscale: #C1C1C1. Windows color (decimal): -4408582 or 16431804. OLE color: 16431804.

HSL color Cylindrical-coordinate representation of color #BCBAFA: hue angle of 241.88º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBAFA is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 186 250 -
CMYK 0.25 0.26 0 0.02
HSL 241.88º 0.86% 0.85% -
HSV(B) 241.88º 0.26% 0.98% -
XYZ 55.55 52.71 97.69 -
YUV 193.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 188 186 250 0.25 0.26 0 0.02 241.88 0.86 0.85
Hex BC BA FA 19 1A 0 2 F2 56 55
Octal 274 272 372 31 32 0 2 362 126 125
Binary 10111100 10111010 11111010 11001 11010 0 10 11110010 1010110 1010101

Color Harmonies of #BCBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAFA

Black with #BCBAFA

Text Example


Text Example

White with #BCBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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