#BFCAF6

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

Shades of Periwinkle #BFCAF6

Tints of Periwinkle #BFCAF6

Color information

#BFCAF6 (or 0xBFCAF6) is unknown color: approx Periwinkle. HEX triplet: BF, CA and F6. RGB value is (191,202,246). Sum of RGB (Red+Green+Blue) = 191+202+246=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFCAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAF6 is #403509. Grayscale: #CBCBCB. Windows color (decimal): -4207882 or 16173759. OLE color: 16173759.

HSL color Cylindrical-coordinate representation of color #BFCAF6: hue angle of 228º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFCAF6 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191202246-
CMYK0.220.1800.04
HSL228º75.34%85.69%-
HSV(B)228º22.36%96.47%-
XYZ59.2459.9795.64-
YUV203.73151.86118.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.89%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=29.89%
G=31.61%
B=38.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912022460.220.1800.0422875.3485.69
HexBFCAF6161204e44b56
Octal277312366262204344113126
Binary101111111100101011110110101101001001001110010010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAF6; }

 p { color: rgb(191,202,246); }

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

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

 a { background-color: rgb(191,202,246); }

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

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

 span { border-color: rgb(191,202,246); }

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