#BFD0F1

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

Shades of Periwinkle #BFD0F1

Tints of Periwinkle #BFD0F1

Color information

#BFD0F1 (or 0xBFD0F1) is unknown color: approx Periwinkle. HEX triplet: BF, D0 and F1. RGB value is (191,208,241). Sum of RGB (Red+Green+Blue) = 191+208+241=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFD0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD0F1 is #402F0E. Grayscale: #CECECE. Windows color (decimal): -4206351 or 15847615. OLE color: 15847615.

HSL color Cylindrical-coordinate representation of color #BFD0F1: hue angle of 219.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD0F1 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191208241-
CMYK0.210.1400.05
HSL219.6º64.1%84.71%-
HSV(B)219.6º20.75%94.51%-
XYZ59.9262.5492.13-
YUV206.68147.37116.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 208 (81.64% from 255) = 32.5%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=29.84%
G=32.5%
B=37.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912082410.210.1400.05219.664.184.71
HexBFD0F115E05dc4055
Octal277320361251605334100125
Binary10111111110100001111000110101111001011101110010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0F1; }

 p { color: rgb(191,208,241); }

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

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

 a { background-color: rgb(191,208,241); }

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

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

 span { border-color: rgb(191,208,241); }

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