#BFCFF9

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

Shades of Periwinkle #BFCFF9

Tints of Periwinkle #BFCFF9

Color information

#BFCFF9 (or 0xBFCFF9) is unknown color: approx Periwinkle. HEX triplet: BF, CF and F9. RGB value is (191,207,249). Sum of RGB (Red+Green+Blue) = 191+207+249=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFCFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCFF9 is #403006. Grayscale: #CECECE. Windows color (decimal): -4206599 or 16371647. OLE color: 16371647.

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

Color convert

RGB191207249-
CMYK0.230.1700.02
HSL223.45º82.86%86.27%-
HSV(B)223.45º23.29%97.65%-
XYZ60.962.5498.48-
YUV207151.7116.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.52%
GREEN value IS 207 (81.25% from 255) = 31.99%
BLUE value IS 249 (97.66% from 255) = 38.49%
R=29.52%
G=31.99%
B=38.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912072490.230.1700.02223.4582.8686.27
HexBFCFF9171102df5356
Octal277317371272102337123126
Binary10111111110011111111100110111100010101101111110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCFF9; }

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

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

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

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

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

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

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

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