#BFC8E3

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

Shades of Periwinkle #BFC8E3

Tints of Periwinkle #BFC8E3

Color information

#BFC8E3 (or 0xBFC8E3) is unknown color: approx Periwinkle. HEX triplet: BF, C8 and E3. RGB value is (191,200,227). Sum of RGB (Red+Green+Blue) = 191+200+227=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFC8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8E3 is #40371C. Grayscale: #C8C8C8. Windows color (decimal): -4208413 or 14928063. OLE color: 14928063.

HSL color Cylindrical-coordinate representation of color #BFC8E3: hue angle of 225º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFC8E3 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191200227-
CMYK0.160.1200.11
HSL225º39.13%81.96%-
HSV(B)225º15.86%89.02%-
XYZ56.0157.9380.9-
YUV200.39143.02121.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 200 (78.52% from 255) = 32.36%
BLUE value IS 227 (89.06% from 255) = 36.73%
R=30.91%
G=32.36%
B=36.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912002270.160.1200.1122539.1381.96
HexBFC8E310C0Be12752
Octal277310343201401334147122
Binary10111111110010001110001110000110001011111000011001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8E3; }

 p { color: rgb(191,200,227); }

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

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

 a { background-color: rgb(191,200,227); }

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

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

 span { border-color: rgb(191,200,227); }

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