Html Css Color HEX #B9C5FE Lavender Blue

📋 copy color: '#B9C5FE'

red 185 ◦ green 197 ◦ blue 254

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

Shades of Lavender Blue #B9C5FE

Tints of Lavender Blue #B9C5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.94%

R = 29.09%
G = 30.97%
B = 39.94%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9C5FE (or 0xB9C5FE) is known color: Lavender Blue. HEX triplet: B9, C5 and FE. RGB value is (185,197,254). Sum of RGB (Red+Green+Blue) = 185+197+254=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C5FE is #463A01. Grayscale: #C7C7C7. Windows color (decimal): -4602370 or 16696761. OLE color: 16696761.

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

Color convert

RGB 185 197 254 -
CMYK 0.27 0.22 0 0.00
HSL 229.57º 0.97% 0.86% -
HSV(B) 229.57º 0.27% 1% -
XYZ 57.86 57.4 101.8 -
YUV 199.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 185 197 254 0.27 0.22 0 0.00 229.57 0.97 0.86
Hex B9 C5 FE 1B 16 0 0 E6 61 56
Octal 271 305 376 33 26 0 0 346 141 126
Binary 10111001 11000101 11111110 11011 10110 0 0 11100110 1100001 1010110

Color Harmonies of #B9C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C5FE

Black with #B9C5FE

Text Example


Text Example

White with #B9C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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