#BFD5FA

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

Shades of Periwinkle #BFD5FA

Tints of Periwinkle #BFD5FA

Color information

#BFD5FA (or 0xBFD5FA) is unknown color: approx Periwinkle. HEX triplet: BF, D5 and FA. RGB value is (191,213,250). Sum of RGB (Red+Green+Blue) = 191+213+250=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD5FA is #402A05. Grayscale: #D2D2D2. Windows color (decimal): -4205062 or 16438719. OLE color: 16438719.

HSL color Cylindrical-coordinate representation of color #BFD5FA: hue angle of 217.63º 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 #BFD5FA is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191213250-
CMYK0.240.1500.02
HSL217.63º85.51%86.47%-
HSV(B)217.63º23.6%98.04%-
XYZ62.5465.5799.8-
YUV210.64150.21113.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.20%
GREEN value IS 213 (83.59% from 255) = 32.57%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=29.20%
G=32.57%
B=38.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912132500.240.1500.02217.6385.5186.47
HexBFD5FA18F02da5656
Octal277325372301702332126126
Binary1011111111010101111110101100011110101101101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5FA; }

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

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

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

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

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

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

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

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