#BACCE9

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

Shades of Periwinkle #BACCE9

Tints of Periwinkle #BACCE9

Color information

#BACCE9 (or 0xBACCE9) is unknown color: approx Periwinkle. HEX triplet: BA, CC and E9. RGB value is (186,204,233). Sum of RGB (Red+Green+Blue) = 186+204+233=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 233 (91.41% from 255 or 37.40% from 623); Max value from RGB is 233 - color contains mainly: blue. Hex color #BACCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCE9 is #453316. Grayscale: #C9C9C9. Windows color (decimal): -4535063 or 15322298. OLE color: 15322298.

HSL color Cylindrical-coordinate representation of color #BACCE9: hue angle of 217.02º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BACCE9 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186204233-
CMYK0.200.1200.09
HSL217.02º51.65%82.16%-
HSV(B)217.02º20.17%91.37%-
XYZ56.5559.5185.6-
YUV201.92145.54116.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 233 (91.41% from 255) = 37.40%
R=29.86%
G=32.74%
B=37.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862042330.200.1200.09217.0251.6582.16
HexBACCE914C09d93452
Octal272314351241401133164122
Binary10111010110011001110100110100110001001110110011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCE9; }

 p { color: rgb(186,204,233); }

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

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

 a { background-color: rgb(186,204,233); }

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

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

 span { border-color: rgb(186,204,233); }

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