#BFCFF8

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

Shades of Periwinkle #BFCFF8

Tints of Periwinkle #BFCFF8

Color information

#BFCFF8 (or 0xBFCFF8) is unknown color: approx Periwinkle. HEX triplet: BF, CF and F8. RGB value is (191,207,248). Sum of RGB (Red+Green+Blue) = 191+207+248=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFF8 is #403007. Grayscale: #CECECE. Windows color (decimal): -4206600 or 16306111. OLE color: 16306111.

HSL color Cylindrical-coordinate representation of color #BFCFF8: hue angle of 223.16º degrees, saturation: 0.8, 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 #BFCFF8 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191207248-
CMYK0.230.1700.03
HSL223.16º80.28%86.08%-
HSV(B)223.16º22.98%97.25%-
XYZ60.7462.4897.67-
YUV206.89151.2116.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 248 (97.27% from 255) = 38.39%
R=29.57%
G=32.04%
B=38.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912072480.230.1700.03223.1680.2886.08
HexBFCFF8171103df5056
Octal277317370272103337120126
Binary10111111110011111111100010111100010111101111110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFF8; }

 p { color: rgb(191,207,248); }

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

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

 a { background-color: rgb(191,207,248); }

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

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

 span { border-color: rgb(191,207,248); }

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