#BFD6FA

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

Shades of Periwinkle #BFD6FA

Tints of Periwinkle #BFD6FA

Color information

#BFD6FA (or 0xBFD6FA) is unknown color: approx Periwinkle. HEX triplet: BF, D6 and FA. RGB value is (191,214,250). Sum of RGB (Red+Green+Blue) = 191+214+250=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6FA is #402905. Grayscale: #D3D3D3. Windows color (decimal): -4204806 or 16438975. OLE color: 16438975.

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

Color convert

RGB191214250-
CMYK0.240.1400.02
HSL216.61º85.51%86.47%-
HSV(B)216.61º23.6%98.04%-
XYZ62.7966.0799.89-
YUV211.23149.88113.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=29.16%
G=32.67%
B=38.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912142500.240.1400.02216.6185.5186.47
HexBFD6FA18E02d95656
Octal277326372301602331126126
Binary1011111111010110111110101100011100101101100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6FA; }

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

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

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

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

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

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

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

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