Html Css Color HEX #BCBAFE Lavender Blue

📋 copy color: '#BCBAFE'

red 188 ◦ green 186 ◦ blue 254

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

Shades of Lavender Blue #BCBAFE

Tints of Lavender Blue #BCBAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.45%

R = 29.94%
G = 29.62%
B = 40.45%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCBAFE (or 0xBCBAFE) is known color: Lavender Blue. HEX triplet: BC, BA and FE. RGB value is (188,186,254). Sum of RGB (Red+Green+Blue) = 188+186+254=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCBAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAFE is #434501. Grayscale: #C2C2C2. Windows color (decimal): -4408578 or 16693948. OLE color: 16693948.

HSL color Cylindrical-coordinate representation of color #BCBAFE: hue angle of 241.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCBAFE is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 186 254 -
CMYK 0.26 0.27 0 0.00
HSL 241.76º 0.97% 0.86% -
HSV(B) 241.76º 0.27% 1% -
XYZ 56.19 52.96 101.03 -
YUV 194.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 188 186 254 0.26 0.27 0 0.00 241.76 0.97 0.86
Hex BC BA FE 1A 1B 0 0 F2 61 56
Octal 274 272 376 32 33 0 0 362 141 126
Binary 10111100 10111010 11111110 11010 11011 0 0 11110010 1100001 1010110

Color Harmonies of #BCBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAFE

Black with #BCBAFE

Text Example


Text Example

White with #BCBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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