Html Css Color HEX #BCB9FD Lavender Blue

📋 copy color: '#BCB9FD'

red 188 ◦ green 185 ◦ blue 253

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

Shades of Lavender Blue #BCB9FD

Tints of Lavender Blue #BCB9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.42%

R = 30.03%
G = 29.55%
B = 40.42%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCB9FD (or 0xBCB9FD) is known color: Lavender Blue. HEX triplet: BC, B9 and FD. RGB value is (188,185,253). Sum of RGB (Red+Green+Blue) = 188+185+253=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCB9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9FD is #434602. Grayscale: #C1C1C1. Windows color (decimal): -4408835 or 16628156. OLE color: 16628156.

HSL color Cylindrical-coordinate representation of color #BCB9FD: hue angle of 242.65º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCB9FD is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 185 253 -
CMYK 0.26 0.27 0 0.01
HSL 242.65º 0.94% 0.86% -
HSV(B) 242.65º 0.27% 0.99% -
XYZ 55.82 52.48 100.12 -
YUV 193.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 188 185 253 0.26 0.27 0 0.01 242.65 0.94 0.86
Hex BC B9 FD 1A 1B 0 1 F3 5E 56
Octal 274 271 375 32 33 0 1 363 136 126
Binary 10111100 10111001 11111101 11010 11011 0 1 11110011 1011110 1010110

Color Harmonies of #BCB9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9FD

Black with #BCB9FD

Text Example


Text Example

White with #BCB9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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