#BACBF8

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

Shades of Periwinkle #BACBF8

Tints of Periwinkle #BACBF8

Color information

#BACBF8 (or 0xBACBF8) is unknown color: approx Periwinkle. HEX triplet: BA, CB and F8. RGB value is (186,203,248). Sum of RGB (Red+Green+Blue) = 186+203+248=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #BACBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBF8 is #453407. Grayscale: #CACACA. Windows color (decimal): -4535304 or 16305082. OLE color: 16305082.

HSL color Cylindrical-coordinate representation of color #BACBF8: hue angle of 223.55º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACBF8 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186203248-
CMYK0.250.1800.03
HSL223.55º81.58%85.1%-
HSV(B)223.55º25%97.25%-
XYZ58.5559.9397.29-
YUV203.05153.37115.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 248 (97.27% from 255) = 38.93%
R=29.20%
G=31.87%
B=38.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862032480.250.1800.03223.5581.5885.1
HexBACBF8191203e05255
Octal272313370312203340122125
Binary10111010110010111111100011001100100111110000010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBF8; }

 p { color: rgb(186,203,248); }

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

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

 a { background-color: rgb(186,203,248); }

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

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

 span { border-color: rgb(186,203,248); }

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