#BFC5DB

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

Shades of Periwinkle #BFC5DB

Tints of Periwinkle #BFC5DB

Color information

#BFC5DB (or 0xBFC5DB) is unknown color: approx Periwinkle. HEX triplet: BF, C5 and DB. RGB value is (191,197,219). Sum of RGB (Red+Green+Blue) = 191+197+219=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5DB is #403A24. Grayscale: #C5C5C5. Windows color (decimal): -4209189 or 14403007. OLE color: 14403007.

HSL color Cylindrical-coordinate representation of color #BFC5DB: hue angle of 227.14º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC5DB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191197219-
CMYK0.130.1000.14
HSL227.14º28%80.39%-
HSV(B)227.14º12.79%85.88%-
XYZ54.2456.1274.99-
YUV197.71140.01123.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 197 (77.34% from 255) = 32.45%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=31.47%
G=32.45%
B=36.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911972190.130.1000.14227.142880.39
HexBFC5DBDA0Ee31c50
Octal277305333151201634334120
Binary101111111100010111011011110110100111011100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5DB; }

 p { color: rgb(191,197,219); }

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

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

 a { background-color: rgb(191,197,219); }

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

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

 span { border-color: rgb(191,197,219); }

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