#BACCF2

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

Shades of Periwinkle #BACCF2

Tints of Periwinkle #BACCF2

Color information

#BACCF2 (or 0xBACCF2) is unknown color: approx Periwinkle. HEX triplet: BA, CC and F2. RGB value is (186,204,242). Sum of RGB (Red+Green+Blue) = 186+204+242=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #BACCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACCF2 is #45330D. Grayscale: #CACACA. Windows color (decimal): -4535054 or 15912122. OLE color: 15912122.

HSL color Cylindrical-coordinate representation of color #BACCF2: hue angle of 220.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BACCF2 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186204242-
CMYK0.230.1600.05
HSL220.71º68.29%83.92%-
HSV(B)220.71º23.14%94.9%-
XYZ57.8760.0492.54-
YUV202.95150.04115.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 242 (94.92% from 255) = 38.29%
R=29.43%
G=32.28%
B=38.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862042420.230.1600.05220.7168.2983.92
HexBACCF2171005dd4454
Octal272314362272005335104124
Binary101110101100110011110010101111000001011101110110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCF2; }

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

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

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

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

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

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

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

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