Html Css Color HEX #BCB6FA Lavender Blue

📋 copy color: '#BCB6FA'

red 188 ◦ green 182 ◦ blue 250

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

Shades of Lavender Blue #BCB6FA

Tints of Lavender Blue #BCB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.35%

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

R = 30.32%
G = 29.35%
B = 40.32%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCB6FA (or 0xBCB6FA) is known color: Lavender Blue. HEX triplet: BC, B6 and FA. RGB value is (188,182,250). Sum of RGB (Red+Green+Blue) = 188+182+250=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 182 (71.48% from 255 or 29.35% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6FA is #434905. Grayscale: #BFBFBF. Windows color (decimal): -4409606 or 16430780. OLE color: 16430780.

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

Color convert

RGB 188 182 250 -
CMYK 0.25 0.27 0 0.02
HSL 245.29º 0.87% 0.85% -
HSV(B) 245.29º 0.27% 0.98% -
XYZ 54.72 51.05 97.41 -
YUV 191.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 188 182 250 0.25 0.27 0 0.02 245.29 0.87 0.85
Hex BC B6 FA 19 1B 0 2 F5 57 55
Octal 274 266 372 31 33 0 2 365 127 125
Binary 10111100 10110110 11111010 11001 11011 0 10 11110101 1010111 1010101

Color Harmonies of #BCB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB6FA

Black with #BCB6FA

Text Example


Text Example

White with #BCB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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