Html Css Color HEX #BCB9FF Lavender Blue

📋 copy color: '#BCB9FF'

red 188 ◦ green 185 ◦ blue 255

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

Shades of Lavender Blue #BCB9FF

Tints of Lavender Blue #BCB9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.61%

R = 29.94%
G = 29.46%
B = 40.61%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCB9FF (or 0xBCB9FF) is known color: Lavender Blue. HEX triplet: BC, B9 and FF. RGB value is (188,185,255). Sum of RGB (Red+Green+Blue) = 188+185+255=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9FF is #434600. Grayscale: #C1C1C1. Windows color (decimal): -4408833 or 16759228. OLE color: 16759228.

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

Color convert

RGB 188 185 255 -
CMYK 0.26 0.27 0 0
HSL 242.57º 1% 0.86% -
HSV(B) 242.57º 0.27% 1% -
XYZ 56.14 52.61 101.8 -
YUV 193.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 188 185 255 0.26 0.27 0 0 242.57 1 0.86
Hex BC B9 FF 1A 1B 0 0 F3 64 56
Octal 274 271 377 32 33 0 0 363 144 126
Binary 10111100 10111001 11111111 11010 11011 0 0 11110011 1100100 1010110

Color Harmonies of #BCB9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9FF

Black with #BCB9FF

Text Example


Text Example

White with #BCB9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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