Html Css Color HEX #B9C4FF Lavender Blue

📋 copy color: '#B9C4FF'

red 185 ◦ green 196 ◦ blue 255

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

Shades of Lavender Blue #B9C4FF

Tints of Lavender Blue #B9C4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.82%

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

R = 29.09%
G = 30.82%
B = 40.09%

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

#B9C4FF (or 0xB9C4FF) is known color: Lavender Blue. HEX triplet: B9, C4 and FF. RGB value is (185,196,255). Sum of RGB (Red+Green+Blue) = 185+196+255=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9C4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C4FF is #463B00. Grayscale: #C7C7C7. Windows color (decimal): -4602625 or 16762041. OLE color: 16762041.

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

Color convert

RGB 185 196 255 -
CMYK 0.27 0.23 0 0
HSL 230.57º 1% 0.86% -
HSV(B) 230.57º 0.27% 1% -
XYZ 57.8 57.01 102.57 -
YUV 199.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 185 196 255 0.27 0.23 0 0 230.57 1 0.86
Hex B9 C4 FF 1B 17 0 0 E7 64 56
Octal 271 304 377 33 27 0 0 347 144 126
Binary 10111001 11000100 11111111 11011 10111 0 0 11100111 1100100 1010110

Color Harmonies of #B9C4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C4FF

Black with #B9C4FF

Text Example


Text Example

White with #B9C4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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