Html Css Color HEX #BCB3FA Lavender Blue

📋 copy color: '#BCB3FA'

red 188 ◦ green 179 ◦ blue 250

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

Shades of Lavender Blue #BCB3FA

Tints of Lavender Blue #BCB3FA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.01%

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

R = 30.47%
G = 29.01%
B = 40.52%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCB3FA (or 0xBCB3FA) is known color: Lavender Blue. HEX triplet: BC, B3 and FA. RGB value is (188,179,250). Sum of RGB (Red+Green+Blue) = 188+179+250=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCB3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB3FA is #434C05. Grayscale: #BDBDBD. Windows color (decimal): -4410374 or 16430012. OLE color: 16430012.

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

Color convert

RGB 188 179 250 -
CMYK 0.25 0.28 0 0.02
HSL 247.61º 0.88% 0.84% -
HSV(B) 247.61º 0.28% 0.98% -
XYZ 54.11 49.83 97.21 -
YUV 189.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 188 179 250 0.25 0.28 0 0.02 247.61 0.88 0.84
Hex BC B3 FA 19 1C 0 2 F8 58 54
Octal 274 263 372 31 34 0 2 370 130 124
Binary 10111100 10110011 11111010 11001 11100 0 10 11111000 1011000 1010100

Color Harmonies of #BCB3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3FA

Black with #BCB3FA

Text Example


Text Example

White with #BCB3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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