#BACBF9

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

Shades of Periwinkle #BACBF9

Tints of Periwinkle #BACBF9

Color information

#BACBF9 (or 0xBACBF9) is unknown color: approx Periwinkle. HEX triplet: BA, CB and F9. RGB value is (186,203,249). Sum of RGB (Red+Green+Blue) = 186+203+249=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #BACBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBF9 is #453406. Grayscale: #CACACA. Windows color (decimal): -4535303 or 16370618. OLE color: 16370618.

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

Color convert

RGB186203249-
CMYK0.250.1800.02
HSL223.81º84%85.29%-
HSV(B)223.81º25.3%97.65%-
XYZ58.759.9998.11-
YUV203.16153.87115.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 249 (97.66% from 255) = 39.03%
R=29.15%
G=31.82%
B=39.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862032490.250.1800.02223.818485.29
HexBACBF9191202e05455
Octal272313371312202340124125
Binary10111010110010111111100111001100100101110000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBF9; }

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

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

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

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

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

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

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

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