Html Css Color HEX #B9C8FE Lavender Blue

📋 copy color: '#B9C8FE'

red 185 ◦ green 200 ◦ blue 254

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

Shades of Lavender Blue #B9C8FE

Tints of Lavender Blue #B9C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.3%

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

R = 28.95%
G = 31.3%
B = 39.75%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9C8FE (or 0xB9C8FE) is known color: Lavender Blue. HEX triplet: B9, C8 and FE. RGB value is (185,200,254). Sum of RGB (Red+Green+Blue) = 185+200+254=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C8FE is #463701. Grayscale: #C9C9C9. Windows color (decimal): -4601602 or 16697529. OLE color: 16697529.

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

Color convert

RGB 185 200 254 -
CMYK 0.27 0.21 0 0.00
HSL 226.96º 0.97% 0.86% -
HSV(B) 226.96º 0.27% 1% -
XYZ 58.55 58.78 102.03 -
YUV 201.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 185 200 254 0.27 0.21 0 0.00 226.96 0.97 0.86
Hex B9 C8 FE 1B 15 0 0 E3 61 56
Octal 271 310 376 33 25 0 0 343 141 126
Binary 10111001 11001000 11111110 11011 10101 0 0 11100011 1100001 1010110

Color Harmonies of #B9C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C8FE

Black with #B9C8FE

Text Example


Text Example

White with #B9C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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