#BACDFB

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

Shades of Periwinkle #BACDFB

Tints of Periwinkle #BACDFB

Color information

#BACDFB (or 0xBACDFB) is unknown color: approx Periwinkle. HEX triplet: BA, CD and FB. RGB value is (186,205,251). Sum of RGB (Red+Green+Blue) = 186+205+251=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #BACDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACDFB is #453204. Grayscale: #CCCCCC. Windows color (decimal): -4534789 or 16502202. OLE color: 16502202.

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

Color convert

RGB186205251-
CMYK0.260.1800.02
HSL222.46º89.04%85.69%-
HSV(B)222.46º25.9%98.43%-
XYZ59.4961.0799.92-
YUV204.56154.21114.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.97%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=28.97%
G=31.93%
B=39.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862052510.260.1800.02222.4689.0485.69
HexBACDFB1A1202de5956
Octal272315373322202336131126
Binary10111010110011011111101111010100100101101111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDFB; }

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

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

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

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

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

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

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

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