#BFD5F1

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

Shades of Periwinkle #BFD5F1

Tints of Periwinkle #BFD5F1

Color information

#BFD5F1 (or 0xBFD5F1) is unknown color: approx Periwinkle. HEX triplet: BF, D5 and F1. RGB value is (191,213,241). Sum of RGB (Red+Green+Blue) = 191+213+241=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFD5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD5F1 is #402A0E. Grayscale: #D1D1D1. Windows color (decimal): -4205071 or 15848895. OLE color: 15848895.

HSL color Cylindrical-coordinate representation of color #BFD5F1: hue angle of 213.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 #BFD5F1 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191213241-
CMYK0.210.1200.05
HSL213.6º64.1%84.71%-
HSV(B)213.6º20.75%94.51%-
XYZ61.1665.0292.55-
YUV209.61145.71114.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 213 (83.59% from 255) = 33.02%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=29.61%
G=33.02%
B=37.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912132410.210.1200.05213.664.184.71
HexBFD5F115C05d64055
Octal277325361251405326100125
Binary10111111110101011111000110101110001011101011010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5F1; }

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

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

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

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

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

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

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

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