Html Css Color HEX #B9C7FE Lavender Blue

📋 copy color: '#B9C7FE'

red 185 ◦ green 199 ◦ blue 254

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

Shades of Lavender Blue #B9C7FE

Tints of Lavender Blue #B9C7FE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.19%

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

R = 29%
G = 31.19%
B = 39.81%

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

#B9C7FE (or 0xB9C7FE) is known color: Lavender Blue. HEX triplet: B9, C7 and FE. RGB value is (185,199,254). Sum of RGB (Red+Green+Blue) = 185+199+254=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C7FE is #463801. Grayscale: #C8C8C8. Windows color (decimal): -4601858 or 16697273. OLE color: 16697273.

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

Color convert

RGB 185 199 254 -
CMYK 0.27 0.22 0 0.00
HSL 227.83º 0.97% 0.86% -
HSV(B) 227.83º 0.27% 1% -
XYZ 58.32 58.32 101.95 -
YUV 201.08 157.86 116.53 -
System Red Green Blue C M Y K H S L
Decimal 185 199 254 0.27 0.22 0 0.00 227.83 0.97 0.86
Hex B9 C7 FE 1B 16 0 0 E4 61 56
Octal 271 307 376 33 26 0 0 344 141 126
Binary 10111001 11000111 11111110 11011 10110 0 0 11100100 1100001 1010110

Color Harmonies of #B9C7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C7FE

Black with #B9C7FE

Text Example


Text Example

White with #B9C7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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