Html Css Color HEX #BCBAF3 Lavender Blue

📋 copy color: '#BCBAF3'

red 188 ◦ green 186 ◦ blue 243

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

Shades of Lavender Blue #BCBAF3

Tints of Lavender Blue #BCBAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.38%

R = 30.47%
G = 30.15%
B = 39.38%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCBAF3 (or 0xBCBAF3) is known color: Lavender Blue. HEX triplet: BC, BA and F3. RGB value is (188,186,243). Sum of RGB (Red+Green+Blue) = 188+186+243=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCBAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAF3 is #43450C. Grayscale: #C0C0C0. Windows color (decimal): -4408589 or 15973052. OLE color: 15973052.

HSL color Cylindrical-coordinate representation of color #BCBAF3: hue angle of 242.11º degrees, saturation: 0.7, 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 #BCBAF3 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 186 243 -
CMYK 0.23 0.23 0 0.05
HSL 242.11º 0.7% 0.84% -
HSV(B) 242.11º 0.23% 0.95% -
XYZ 54.48 52.28 92.01 -
YUV 193.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 188 186 243 0.23 0.23 0 0.05 242.11 0.7 0.84
Hex BC BA F3 17 17 0 5 F2 46 54
Octal 274 272 363 27 27 0 5 362 106 124
Binary 10111100 10111010 11110011 10111 10111 0 101 11110010 1000110 1010100

Color Harmonies of #BCBAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAF3

Black with #BCBAF3

Text Example


Text Example

White with #BCBAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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