#BFC3DB

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

Shades of Periwinkle #BFC3DB

Tints of Periwinkle #BFC3DB

Color information

#BFC3DB (or 0xBFC3DB) is unknown color: approx Periwinkle. HEX triplet: BF, C3 and DB. RGB value is (191,195,219). Sum of RGB (Red+Green+Blue) = 191+195+219=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3DB is #403C24. Grayscale: #C4C4C4. Windows color (decimal): -4209701 or 14402495. OLE color: 14402495.

HSL color Cylindrical-coordinate representation of color #BFC3DB: hue angle of 231.43º 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 #BFC3DB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB191195219-
CMYK0.130.1100.14
HSL231.43º28%80.39%-
HSV(B)231.43º12.79%85.88%-
XYZ53.7955.2274.84-
YUV196.54140.67124.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 195 (76.56% from 255) = 32.23%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=31.57%
G=32.23%
B=36.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1911952190.130.1100.14231.432880.39
HexBFC3DBDB0Ee71c50
Octal277303333151301634734120
Binary101111111100001111011011110110110111011100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC3DB; }

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

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

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

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

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

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

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

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