#BFCFFA

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

Shades of Periwinkle #BFCFFA

Tints of Periwinkle #BFCFFA

Color information

#BFCFFA (or 0xBFCFFA) is unknown color: approx Periwinkle. HEX triplet: BF, CF and FA. RGB value is (191,207,250). Sum of RGB (Red+Green+Blue) = 191+207+250=648 (85% of max value = 765). Red value is 191 (75% from 255 or 29.48% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFCFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFFA is #403005. Grayscale: #CECECE. Windows color (decimal): -4206598 or 16437183. OLE color: 16437183.

HSL color Cylindrical-coordinate representation of color #BFCFFA: hue angle of 223.73º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCFFA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191207250-
CMYK0.240.1700.02
HSL223.73º85.51%86.47%-
HSV(B)223.73º23.6%98.04%-
XYZ61.0562.699.31-
YUV207.12152.2116.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.48%
GREEN value IS 207 (81.25% from 255) = 31.94%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=29.48%
G=31.94%
B=38.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912072500.240.1700.02223.7385.5186.47
HexBFCFFA181102e05656
Octal277317372302102340126126
Binary10111111110011111111101011000100010101110000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFFA; }

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

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

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

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

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

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

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

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