Html Css Color HEX #BCBAFB Lavender Blue

📋 copy color: '#BCBAFB'

red 188 ◦ green 186 ◦ blue 251

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

Shades of Lavender Blue #BCBAFB

Tints of Lavender Blue #BCBAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.16%

R = 30.08%
G = 29.76%
B = 40.16%

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

#BCBAFB (or 0xBCBAFB) is known color: Lavender Blue. HEX triplet: BC, BA and FB. RGB value is (188,186,251). Sum of RGB (Red+Green+Blue) = 188+186+251=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCBAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBAFB is #434504. Grayscale: #C1C1C1. Windows color (decimal): -4408581 or 16497340. OLE color: 16497340.

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

Color convert

RGB 188 186 251 -
CMYK 0.25 0.26 0 0.02
HSL 241.85º 0.89% 0.86% -
HSV(B) 241.85º 0.26% 0.98% -
XYZ 55.71 52.77 98.52 -
YUV 194.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 188 186 251 0.25 0.26 0 0.02 241.85 0.89 0.86
Hex BC BA FB 19 1A 0 2 F2 59 56
Octal 274 272 373 31 32 0 2 362 131 126
Binary 10111100 10111010 11111011 11001 11010 0 10 11110010 1011001 1010110

Color Harmonies of #BCBAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBAFB

Black with #BCBAFB

Text Example


Text Example

White with #BCBAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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