#BFC6F2

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

Shades of Periwinkle #BFC6F2

Tints of Periwinkle #BFC6F2

Color information

#BFC6F2 (or 0xBFC6F2) is unknown color: approx Periwinkle. HEX triplet: BF, C6 and F2. RGB value is (191,198,242). Sum of RGB (Red+Green+Blue) = 191+198+242=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFC6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC6F2 is #40390D. Grayscale: #C8C8C8. Windows color (decimal): -4208910 or 15910591. OLE color: 15910591.

HSL color Cylindrical-coordinate representation of color #BFC6F2: hue angle of 231.76º degrees, saturation: 0.66, 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 #BFC6F2 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191198242-
CMYK0.210.1800.05
HSL231.76º66.23%84.9%-
HSV(B)231.76º21.07%94.9%-
XYZ57.7157.8892.13-
YUV200.92151.18120.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 198 (77.73% from 255) = 31.38%
BLUE value IS 242 (94.92% from 255) = 38.35%
R=30.27%
G=31.38%
B=38.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911982420.210.1800.05231.7666.2384.9
HexBFC6F2151205e84255
Octal277306362252205350102125
Binary101111111100011011110010101011001001011110100010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6F2; }

 p { color: rgb(191,198,242); }

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

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

 a { background-color: rgb(191,198,242); }

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

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

 span { border-color: rgb(191,198,242); }

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