Html Css Color HEX #BCB9F3 Lavender Blue

📋 copy color: '#BCB9F3'

red 188 ◦ green 185 ◦ blue 243

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

Shades of Lavender Blue #BCB9F3

Tints of Lavender Blue #BCB9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.45%

R = 30.52%
G = 30.03%
B = 39.45%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCB9F3 (or 0xBCB9F3) is known color: Lavender Blue. HEX triplet: BC, B9 and F3. RGB value is (188,185,243). Sum of RGB (Red+Green+Blue) = 188+185+243=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCB9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9F3 is #43460C. Grayscale: #C0C0C0. Windows color (decimal): -4408845 or 15972796. OLE color: 15972796.

HSL color Cylindrical-coordinate representation of color #BCB9F3: hue angle of 243.1º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB9F3 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 185 243 -
CMYK 0.23 0.24 0 0.05
HSL 243.1º 0.71% 0.84% -
HSV(B) 243.1º 0.24% 0.95% -
XYZ 54.27 51.86 91.94 -
YUV 192.51 156.49 124.78 -
System Red Green Blue C M Y K H S L
Decimal 188 185 243 0.23 0.24 0 0.05 243.1 0.71 0.84
Hex BC B9 F3 17 18 0 5 F3 47 54
Octal 274 271 363 27 30 0 5 363 107 124
Binary 10111100 10111001 11110011 10111 11000 0 101 11110011 1000111 1010100

Color Harmonies of #BCB9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9F3

Black with #BCB9F3

Text Example


Text Example

White with #BCB9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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