Html Css Color HEX #B9C3FE Lavender Blue

📋 copy color: '#B9C3FE'

red 185 ◦ green 195 ◦ blue 254

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

Shades of Lavender Blue #B9C3FE

Tints of Lavender Blue #B9C3FE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.76%

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

R = 29.18%
G = 30.76%
B = 40.06%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9C3FE (or 0xB9C3FE) is known color: Lavender Blue. HEX triplet: B9, C3 and FE. RGB value is (185,195,254). Sum of RGB (Red+Green+Blue) = 185+195+254=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9C3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C3FE is #463C01. Grayscale: #C6C6C6. Windows color (decimal): -4602882 or 16696249. OLE color: 16696249.

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

Color convert

RGB 185 195 254 -
CMYK 0.27 0.23 0 0.00
HSL 231.3º 0.97% 0.86% -
HSV(B) 231.3º 0.27% 1% -
XYZ 57.41 56.5 101.65 -
YUV 198.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 185 195 254 0.27 0.23 0 0.00 231.3 0.97 0.86
Hex B9 C3 FE 1B 17 0 0 E7 61 56
Octal 271 303 376 33 27 0 0 347 141 126
Binary 10111001 11000011 11111110 11011 10111 0 0 11100111 1100001 1010110

Color Harmonies of #B9C3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C3FE

Black with #B9C3FE

Text Example


Text Example

White with #B9C3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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