#BACCEE

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

Shades of Periwinkle #BACCEE

Tints of Periwinkle #BACCEE

Color information

#BACCEE (or 0xBACCEE) is unknown color: approx Periwinkle. HEX triplet: BA, CC and EE. RGB value is (186,204,238). Sum of RGB (Red+Green+Blue) = 186+204+238=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #BACCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCEE is #453311. Grayscale: #CACACA. Windows color (decimal): -4535058 or 15649978. OLE color: 15649978.

HSL color Cylindrical-coordinate representation of color #BACCEE: hue angle of 219.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BACCEE is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186204238-
CMYK0.220.1400.07
HSL219.23º60.47%83.14%-
HSV(B)219.23º21.85%93.33%-
XYZ57.2859.889.41-
YUV202.49148.04116.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.62%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=29.62%
G=32.48%
B=37.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862042380.220.1400.07219.2360.4783.14
HexBACCEE16E07db3c53
Octal27231435626160733374123
Binary1011101011001100111011101011011100111110110111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCEE; }

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

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

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

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

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

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

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

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