Html Css Color HEX #BCB9F9 Lavender Blue

📋 copy color: '#BCB9F9'

red 188 ◦ green 185 ◦ blue 249

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

Shades of Lavender Blue #BCB9F9

Tints of Lavender Blue #BCB9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.03%

R = 30.23%
G = 29.74%
B = 40.03%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCB9F9 (or 0xBCB9F9) is known color: Lavender Blue. HEX triplet: BC, B9 and F9. RGB value is (188,185,249). Sum of RGB (Red+Green+Blue) = 188+185+249=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9F9 is #434606. Grayscale: #C0C0C0. Windows color (decimal): -4408839 or 16366012. OLE color: 16366012.

HSL color Cylindrical-coordinate representation of color #BCB9F9: hue angle of 242.81º degrees, saturation: 0.84, 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 #BCB9F9 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 185 249 -
CMYK 0.24 0.26 0 0.02
HSL 242.81º 0.84% 0.85% -
HSV(B) 242.81º 0.26% 0.98% -
XYZ 55.19 52.23 96.8 -
YUV 193.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 188 185 249 0.24 0.26 0 0.02 242.81 0.84 0.85
Hex BC B9 F9 18 1A 0 2 F3 54 55
Octal 274 271 371 30 32 0 2 363 124 125
Binary 10111100 10111001 11111001 11000 11010 0 10 11110011 1010100 1010101

Color Harmonies of #BCB9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9F9

Black with #BCB9F9

Text Example


Text Example

White with #BCB9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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