#BFCCF8

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

Shades of Periwinkle #BFCCF8

Tints of Periwinkle #BFCCF8

Color information

#BFCCF8 (or 0xBFCCF8) is unknown color: approx Periwinkle. HEX triplet: BF, CC and F8. RGB value is (191,204,248). Sum of RGB (Red+Green+Blue) = 191+204+248=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFCCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCF8 is #403307. Grayscale: #CCCCCC. Windows color (decimal): -4207368 or 16305343. OLE color: 16305343.

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

Color convert

RGB191204248-
CMYK0.230.1800.03
HSL226.32º80.28%86.08%-
HSV(B)226.32º22.98%97.25%-
XYZ60.0261.0497.43-
YUV205.13152.19117.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 248 (97.27% from 255) = 38.57%
R=29.70%
G=31.73%
B=38.57%

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
Decimal1912042480.230.1800.03226.3280.2886.08
HexBFCCF8171203e25056
Octal277314370272203342120126
Binary10111111110011001111100010111100100111110001010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCF8; }

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

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

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

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

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

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

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

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