Html Css Color HEX #BCB9FA Lavender Blue

📋 copy color: '#BCB9FA'

red 188 ◦ green 185 ◦ blue 250

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

Shades of Lavender Blue #BCB9FA

Tints of Lavender Blue #BCB9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.7%

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

R = 30.18%
G = 29.7%
B = 40.13%

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

#BCB9FA (or 0xBCB9FA) is known color: Lavender Blue. HEX triplet: BC, B9 and FA. RGB value is (188,185,250). Sum of RGB (Red+Green+Blue) = 188+185+250=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9FA is #434605. Grayscale: #C1C1C1. Windows color (decimal): -4408838 or 16431548. OLE color: 16431548.

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

Color convert

RGB 188 185 250 -
CMYK 0.25 0.26 0 0.02
HSL 242.77º 0.87% 0.85% -
HSV(B) 242.77º 0.26% 0.98% -
XYZ 55.34 52.29 97.62 -
YUV 193.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 188 185 250 0.25 0.26 0 0.02 242.77 0.87 0.85
Hex BC B9 FA 19 1A 0 2 F3 57 55
Octal 274 271 372 31 32 0 2 363 127 125
Binary 10111100 10111001 11111010 11001 11010 0 10 11110011 1010111 1010101

Color Harmonies of #BCB9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9FA

Black with #BCB9FA

Text Example


Text Example

White with #BCB9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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