#B9C1DB

Color #B9C1DB Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #B9C1DB

Tints of Periwinkle #B9C1DB

Color information

#B9C1DB (or 0xB9C1DB) is unknown color: approx Periwinkle. HEX triplet: B9, C1 and DB. RGB value is (185,193,219). Sum of RGB (Red+Green+Blue) = 185+193+219=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C1DB is #463E24. Grayscale: #C1C1C1. Windows color (decimal): -4603429 or 14401977. OLE color: 14401977.

HSL color Cylindrical-coordinate representation of color #B9C1DB: hue angle of 225.88º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9C1DB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185193219-
CMYK0.160.1200.14
HSL225.88º32.08%79.22%-
HSV(B)225.88º15.53%85.88%-
XYZ51.8653.5774.62-
YUV193.57142.35121.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.99%
GREEN value IS 193 (75.78% from 255) = 32.33%
BLUE value IS 219 (85.94% from 255) = 36.68%
R=30.99%
G=32.33%
B=36.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851932190.160.1200.14225.8832.0879.22
HexB9C1DB10C0Ee2204f
Octal271301333201401634240117
Binary10111001110000011101101110000110001110111000101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C1DB; }

 p { color: rgb(185,193,219); }

 H1.HeaderClassName
 {
   color: #B9C1DB;
 }
 .AnyTagClassName
 {
   color: #B9C1DB;
 }
</style>
background-color css

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

 a { background-color: rgb(185,193,219); }

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

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

 span { border-color: rgb(185,193,219); }

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