Html Css Color HEX #BCB9FB Lavender Blue

📋 copy color: '#BCB9FB'

red 188 ◦ green 185 ◦ blue 251

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

Shades of Lavender Blue #BCB9FB

Tints of Lavender Blue #BCB9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.22%

R = 30.13%
G = 29.65%
B = 40.22%

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

#BCB9FB (or 0xBCB9FB) is known color: Lavender Blue. HEX triplet: BC, B9 and FB. RGB value is (188,185,251). Sum of RGB (Red+Green+Blue) = 188+185+251=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCB9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9FB is #434604. Grayscale: #C1C1C1. Windows color (decimal): -4408837 or 16497084. OLE color: 16497084.

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

Color convert

RGB 188 185 251 -
CMYK 0.25 0.26 0 0.02
HSL 242.73º 0.89% 0.85% -
HSV(B) 242.73º 0.26% 0.98% -
XYZ 55.5 52.35 98.45 -
YUV 193.42 160.49 124.13 -
System Red Green Blue C M Y K H S L
Decimal 188 185 251 0.25 0.26 0 0.02 242.73 0.89 0.85
Hex BC B9 FB 19 1A 0 2 F3 59 55
Octal 274 271 373 31 32 0 2 363 131 125
Binary 10111100 10111001 11111011 11001 11010 0 10 11110011 1011001 1010101

Color Harmonies of #BCB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9FB

Black with #BCB9FB

Text Example


Text Example

White with #BCB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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