#BFC2EB

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

Shades of Periwinkle #BFC2EB

Tints of Periwinkle #BFC2EB

Color information

#BFC2EB (or 0xBFC2EB) is unknown color: approx Periwinkle. HEX triplet: BF, C2 and EB. RGB value is (191,194,235). Sum of RGB (Red+Green+Blue) = 191+194+235=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC2EB is #403D14. Grayscale: #C5C5C5. Windows color (decimal): -4209941 or 15450815. OLE color: 15450815.

HSL color Cylindrical-coordinate representation of color #BFC2EB: hue angle of 235.91º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC2EB is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191194235-
CMYK0.190.1700.08
HSL235.91º52.38%83.53%-
HSV(B)235.91º18.72%92.16%-
XYZ55.7755.6686.4-
YUV197.78149.01123.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 194 (76.17% from 255) = 31.29%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=30.81%
G=31.29%
B=37.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911942350.190.1700.08235.9152.3883.53
HexBFC2EB131108ec3454
Octal277302353232101035464124
Binary101111111100001011101011100111000101000111011001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2EB; }

 p { color: rgb(191,194,235); }

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

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

 a { background-color: rgb(191,194,235); }

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

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

 span { border-color: rgb(191,194,235); }

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