#BFC5EB

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

Shades of Periwinkle #BFC5EB

Tints of Periwinkle #BFC5EB

Color information

#BFC5EB (or 0xBFC5EB) is unknown color: approx Periwinkle. HEX triplet: BF, C5 and EB. RGB value is (191,197,235). Sum of RGB (Red+Green+Blue) = 191+197+235=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFC5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC5EB is #403A14. Grayscale: #C7C7C7. Windows color (decimal): -4209173 or 15451583. OLE color: 15451583.

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

Color convert

RGB191197235-
CMYK0.190.1600.08
HSL231.82º52.38%83.53%-
HSV(B)231.82º18.72%92.16%-
XYZ56.4557.0186.63-
YUV199.54148.01121.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=30.66%
G=31.62%
B=37.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911972350.190.1600.08231.8252.3883.53
HexBFC5EB131008e83454
Octal277305353232001035064124
Binary101111111100010111101011100111000001000111010001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5EB; }

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

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

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

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

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

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

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

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