#BACDEE

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

Shades of Periwinkle #BACDEE

Tints of Periwinkle #BACDEE

Color information

#BACDEE (or 0xBACDEE) is unknown color: approx Periwinkle. HEX triplet: BA, CD and EE. RGB value is (186,205,238). Sum of RGB (Red+Green+Blue) = 186+205+238=629 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.57% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #BACDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDEE is #453211. Grayscale: #CACACA. Windows color (decimal): -4534802 or 15650234. OLE color: 15650234.

HSL color Cylindrical-coordinate representation of color #BACDEE: hue angle of 218.08º 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 #BACDEE is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186205238-
CMYK0.220.1400.07
HSL218.08º60.47%83.14%-
HSV(B)218.08º21.85%93.33%-
XYZ57.5160.2789.49-
YUV203.08147.71115.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.57%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=29.57%
G=32.59%
B=37.84%

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
Decimal1862052380.220.1400.07218.0860.4783.14
HexBACDEE16E07da3c53
Octal27231535626160733274123
Binary1011101011001101111011101011011100111110110101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDEE; }

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

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

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

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

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

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

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

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