Html Css Color HEX #B9BCFF Lavender Blue

📋 copy color: '#B9BCFF'

red 185 ◦ green 188 ◦ blue 255

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

Shades of Lavender Blue #B9BCFF

Tints of Lavender Blue #B9BCFF

RGB

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

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

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

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

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9BCFF (or 0xB9BCFF) is known color: Lavender Blue. HEX triplet: B9, BC and FF. RGB value is (185,188,255). Sum of RGB (Red+Green+Blue) = 185+188+255=628 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.46% from 628); Green value is 188 (73.83% from 255 or 29.94% 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 #B9BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCFF is #464300. Grayscale: #C2C2C2. Windows color (decimal): -4604673 or 16759993. OLE color: 16759993.

HSL color Cylindrical-coordinate representation of color #B9BCFF: hue angle of 237.43º 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 #B9BCFF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 188 255 -
CMYK 0.27 0.26 0 0
HSL 237.43º 1% 0.86% -
HSV(B) 237.43º 0.27% 1% -
XYZ 56.04 53.5 101.98 -
YUV 194.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 185 188 255 0.27 0.26 0 0 237.43 1 0.86
Hex B9 BC FF 1B 1A 0 0 ED 64 56
Octal 271 274 377 33 32 0 0 355 144 126
Binary 10111001 10111100 11111111 11011 11010 0 0 11101101 1100100 1010110

Color Harmonies of #B9BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCFF

Black with #B9BCFF

Text Example


Text Example

White with #B9BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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