#BACAFB

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

Shades of Periwinkle #BACAFB

Tints of Periwinkle #BACAFB

Color information

#BACAFB (or 0xBACAFB) is unknown color: approx Periwinkle. HEX triplet: BA, CA and FB. RGB value is (186,202,251). Sum of RGB (Red+Green+Blue) = 186+202+251=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #BACAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BACAFB is #453504. Grayscale: #CACACA. Windows color (decimal): -4535557 or 16501434. OLE color: 16501434.

HSL color Cylindrical-coordinate representation of color #BACAFB: hue angle of 225.23º 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 #BACAFB is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186202251-
CMYK0.260.2000.02
HSL225.23º89.04%85.69%-
HSV(B)225.23º25.9%98.43%-
XYZ58.7859.6599.68-
YUV202.8155.2116.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=29.11%
G=31.61%
B=39.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862022510.260.2000.02225.2389.0485.69
HexBACAFB1A1402e15956
Octal272312373322402341131126
Binary10111010110010101111101111010101000101110000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAFB; }

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

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

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

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

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

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

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

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