#BFC4DA

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

Shades of Periwinkle #BFC4DA

Tints of Periwinkle #BFC4DA

Color information

#BFC4DA (or 0xBFC4DA) is unknown color: approx Periwinkle. HEX triplet: BF, C4 and DA. RGB value is (191,196,218). Sum of RGB (Red+Green+Blue) = 191+196+218=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4DA is #403B25. Grayscale: #C4C4C4. Windows color (decimal): -4209446 or 14337215. OLE color: 14337215.

HSL color Cylindrical-coordinate representation of color #BFC4DA: hue angle of 228.89º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC4DA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191196218-
CMYK0.120.1000.15
HSL228.89º26.73%80.2%-
HSV(B)228.89º12.39%85.49%-
XYZ53.8855.6274.23-
YUV197.01139.84123.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 196 (76.95% from 255) = 32.40%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=31.57%
G=32.40%
B=36.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911962180.120.1000.15228.8926.7380.2
HexBFC4DACA0Fe51b50
Octal277304332141201734533120
Binary101111111100010011011010110010100111111100101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC4DA; }

 p { color: rgb(191,196,218); }

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

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

 a { background-color: rgb(191,196,218); }

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

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

 span { border-color: rgb(191,196,218); }

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