#BFCAF7

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

Shades of Periwinkle #BFCAF7

Tints of Periwinkle #BFCAF7

Color information

#BFCAF7 (or 0xBFCAF7) is unknown color: approx Periwinkle. HEX triplet: BF, CA and F7. RGB value is (191,202,247). Sum of RGB (Red+Green+Blue) = 191+202+247=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFCAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCAF7 is #403508. Grayscale: #CBCBCB. Windows color (decimal): -4207881 or 16239295. OLE color: 16239295.

HSL color Cylindrical-coordinate representation of color #BFCAF7: hue angle of 228.21º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCAF7 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191202247-
CMYK0.230.1800.03
HSL228.21º77.78%85.88%-
HSV(B)228.21º22.67%96.86%-
XYZ59.3960.0396.45-
YUV203.84152.36118.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 247 (96.88% from 255) = 38.59%
R=29.84%
G=31.56%
B=38.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912022470.230.1800.03228.2177.7885.88
HexBFCAF7171203e44e56
Octal277312367272203344116126
Binary10111111110010101111011110111100100111110010010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCAF7; }

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

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

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

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

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

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

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

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