#BCCAF7

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

Shades of Periwinkle #BCCAF7

Tints of Periwinkle #BCCAF7

Color information

#BCCAF7 (or 0xBCCAF7) is unknown color: approx Periwinkle. HEX triplet: BC, CA and F7. RGB value is (188,202,247). Sum of RGB (Red+Green+Blue) = 188+202+247=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCCAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAF7 is #433508. Grayscale: #CACACA. Windows color (decimal): -4404489 or 16239292. OLE color: 16239292.

HSL color Cylindrical-coordinate representation of color #BCCAF7: hue angle of 225.76º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCCAF7 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188202247-
CMYK0.240.1800.03
HSL225.76º78.67%85.29%-
HSV(B)225.76º23.89%96.86%-
XYZ58.6559.6596.42-
YUV202.94152.86117.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 247 (96.88% from 255) = 38.78%
R=29.51%
G=31.71%
B=38.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882022470.240.1800.03225.7678.6785.29
HexBCCAF7181203e24f55
Octal274312367302203342117125
Binary10111100110010101111011111000100100111110001010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAF7; }

 p { color: rgb(188,202,247); }

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

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

 a { background-color: rgb(188,202,247); }

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

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

 span { border-color: rgb(188,202,247); }

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