#BFC8EB

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

Shades of Periwinkle #BFC8EB

Tints of Periwinkle #BFC8EB

Color information

#BFC8EB (or 0xBFC8EB) is unknown color: approx Periwinkle. HEX triplet: BF, C8 and EB. RGB value is (191,200,235). Sum of RGB (Red+Green+Blue) = 191+200+235=626 (82% of max value = 765). Red value is 191 (75% from 255 or 30.51% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8EB is #403714. Grayscale: #C9C9C9. Windows color (decimal): -4208405 or 15452351. OLE color: 15452351.

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

Color convert

RGB191200235-
CMYK0.190.1500.08
HSL227.73º52.38%83.53%-
HSV(B)227.73º18.72%92.16%-
XYZ57.1458.3886.85-
YUV201.3147.02120.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.51%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=30.51%
G=31.95%
B=37.54%

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
Decimal1912002350.190.1500.08227.7352.3883.53
HexBFC8EB13F08e43454
Octal277310353231701034464124
Binary10111111110010001110101110011111101000111001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8EB; }

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

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

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

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

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

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

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

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