Html Css Color HEX #B9C5FF Lavender Blue

📋 copy color: '#B9C5FF'

red 185 ◦ green 197 ◦ blue 255

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

Shades of Lavender Blue #B9C5FF

Tints of Lavender Blue #B9C5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.93%

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

R = 29.04%
G = 30.93%
B = 40.03%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9C5FF (or 0xB9C5FF) is known color: Lavender Blue. HEX triplet: B9, C5 and FF. RGB value is (185,197,255). Sum of RGB (Red+Green+Blue) = 185+197+255=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9C5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C5FF is #463A00. Grayscale: #C7C7C7. Windows color (decimal): -4602369 or 16762297. OLE color: 16762297.

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

Color convert

RGB 185 197 255 -
CMYK 0.27 0.23 0 0
HSL 229.71º 1% 0.86% -
HSV(B) 229.71º 0.27% 1% -
XYZ 58.02 57.47 102.64 -
YUV 200.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 185 197 255 0.27 0.23 0 0 229.71 1 0.86
Hex B9 C5 FF 1B 17 0 0 E6 64 56
Octal 271 305 377 33 27 0 0 346 144 126
Binary 10111001 11000101 11111111 11011 10111 0 0 11100110 1100100 1010110

Color Harmonies of #B9C5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C5FF

Black with #B9C5FF

Text Example


Text Example

White with #B9C5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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