#BFC7EB

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

Shades of Periwinkle #BFC7EB

Tints of Periwinkle #BFC7EB

Color information

#BFC7EB (or 0xBFC7EB) is unknown color: approx Periwinkle. HEX triplet: BF, C7 and EB. RGB value is (191,199,235). Sum of RGB (Red+Green+Blue) = 191+199+235=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFC7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC7EB is #403814. Grayscale: #C8C8C8. Windows color (decimal): -4208661 or 15452095. OLE color: 15452095.

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

Color convert

RGB191199235-
CMYK0.190.1500.08
HSL229.09º52.38%83.53%-
HSV(B)229.09º18.72%92.16%-
XYZ56.957.9286.78-
YUV200.71147.35121.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.56%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=30.56%
G=31.84%
B=37.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911992350.190.1500.08229.0952.3883.53
HexBFC7EB13F08e53454
Octal277307353231701034564124
Binary10111111110001111110101110011111101000111001011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7EB; }

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

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

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

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

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

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

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

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