#BFCFE7

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

Shades of Periwinkle #BFCFE7

Tints of Periwinkle #BFCFE7

Color information

#BFCFE7 (or 0xBFCFE7) is unknown color: approx Periwinkle. HEX triplet: BF, CF and E7. RGB value is (191,207,231). Sum of RGB (Red+Green+Blue) = 191+207+231=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFCFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFE7 is #403018. Grayscale: #CCCCCC. Windows color (decimal): -4206617 or 15191999. OLE color: 15191999.

HSL color Cylindrical-coordinate representation of color #BFCFE7: hue angle of 216º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCFE7 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191207231-
CMYK0.170.1000.09
HSL216º45.45%82.75%-
HSV(B)216º17.32%90.59%-
XYZ58.2261.4784.4-
YUV204.95142.7118.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 231 (90.62% from 255) = 36.72%
R=30.37%
G=32.91%
B=36.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912072310.170.1000.0921645.4582.75
HexBFCFE711A09d82d53
Octal277317347211201133055123
Binary10111111110011111110011110001101001001110110001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFE7; }

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

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

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

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

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

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

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

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