Html Css Color HEX #B9BBFF Lavender Blue

📋 copy color: '#B9BBFF'

red 185 ◦ green 187 ◦ blue 255

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

Shades of Lavender Blue #B9BBFF

Tints of Lavender Blue #B9BBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.82%

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

R = 29.51%
G = 29.82%
B = 40.67%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9BBFF (or 0xB9BBFF) is known color: Lavender Blue. HEX triplet: B9, BB and FF. RGB value is (185,187,255). Sum of RGB (Red+Green+Blue) = 185+187+255=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BBFF is #464400. Grayscale: #C1C1C1. Windows color (decimal): -4604929 or 16759737. OLE color: 16759737.

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

Color convert

RGB 185 187 255 -
CMYK 0.27 0.27 0 0
HSL 238.29º 1% 0.86% -
HSV(B) 238.29º 0.27% 1% -
XYZ 55.83 53.07 101.91 -
YUV 194.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 185 187 255 0.27 0.27 0 0 238.29 1 0.86
Hex B9 BB FF 1B 1B 0 0 EE 64 56
Octal 271 273 377 33 33 0 0 356 144 126
Binary 10111001 10111011 11111111 11011 11011 0 0 11101110 1100100 1010110

Color Harmonies of #B9BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBFF

Black with #B9BBFF

Text Example


Text Example

White with #B9BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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