Html Css Color HEX #B9C6FF Lavender Blue

📋 copy color: '#B9C6FF'

red 185 ◦ green 198 ◦ blue 255

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

Shades of Lavender Blue #B9C6FF

Tints of Lavender Blue #B9C6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.03%

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

R = 29%
G = 31.03%
B = 39.97%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9C6FF (or 0xB9C6FF) is known color: Lavender Blue. HEX triplet: B9, C6 and FF. RGB value is (185,198,255). Sum of RGB (Red+Green+Blue) = 185+198+255=638 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.00% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9C6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C6FF is #463900. Grayscale: #C8C8C8. Windows color (decimal): -4602113 or 16762553. OLE color: 16762553.

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

Color convert

RGB 185 198 255 -
CMYK 0.27 0.22 0 0
HSL 228.86º 1% 0.86% -
HSV(B) 228.86º 0.27% 1% -
XYZ 58.25 57.92 102.72 -
YUV 200.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 185 198 255 0.27 0.22 0 0 228.86 1 0.86
Hex B9 C6 FF 1B 16 0 0 E5 64 56
Octal 271 306 377 33 26 0 0 345 144 126
Binary 10111001 11000110 11111111 11011 10110 0 0 11100101 1100100 1010110

Color Harmonies of #B9C6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C6FF

Black with #B9C6FF

Text Example


Text Example

White with #B9C6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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