#BACBEC

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

Shades of Periwinkle #BACBEC

Tints of Periwinkle #BACBEC

Color information

#BACBEC (or 0xBACBEC) is unknown color: approx Periwinkle. HEX triplet: BA, CB and EC. RGB value is (186,203,236). Sum of RGB (Red+Green+Blue) = 186+203+236=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #BACBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACBEC is #453413. Grayscale: #C9C9C9. Windows color (decimal): -4535316 or 15518650. OLE color: 15518650.

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

Color convert

RGB186203236-
CMYK0.210.1400.07
HSL219.6º56.82%82.75%-
HSV(B)219.6º21.19%92.55%-
XYZ56.7559.2187.79-
YUV201.68147.37116.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=29.76%
G=32.48%
B=37.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862032360.210.1400.07219.656.8282.75
HexBACBEC15E07dc3953
Octal27231335425160733471123
Binary1011101011001011111011001010111100111110111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBEC; }

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

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

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

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

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

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

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

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