Html Css Color HEX #B9BDFF Lavender Blue

📋 copy color: '#B9BDFF'

red 185 ◦ green 189 ◦ blue 255

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

Shades of Lavender Blue #B9BDFF

Tints of Lavender Blue #B9BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.05%

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

R = 29.41%
G = 30.05%
B = 40.54%

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

#B9BDFF (or 0xB9BDFF) is known color: Lavender Blue. HEX triplet: B9, BD and FF. RGB value is (185,189,255). Sum of RGB (Red+Green+Blue) = 185+189+255=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BDFF is #464200. Grayscale: #C3C3C3. Windows color (decimal): -4604417 or 16760249. OLE color: 16760249.

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

Color convert

RGB 185 189 255 -
CMYK 0.27 0.26 0 0
HSL 236.57º 1% 0.86% -
HSV(B) 236.57º 0.27% 1% -
XYZ 56.26 53.93 102.05 -
YUV 195.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 185 189 255 0.27 0.26 0 0 236.57 1 0.86
Hex B9 BD FF 1B 1A 0 0 ED 64 56
Octal 271 275 377 33 32 0 0 355 144 126
Binary 10111001 10111101 11111111 11011 11010 0 0 11101101 1100100 1010110

Color Harmonies of #B9BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BDFF

Black with #B9BDFF

Text Example


Text Example

White with #B9BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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