#BCCAF5

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

Shades of Periwinkle #BCCAF5

Tints of Periwinkle #BCCAF5

Color information

#BCCAF5 (or 0xBCCAF5) is unknown color: approx Periwinkle. HEX triplet: BC, CA and F5. RGB value is (188,202,245). Sum of RGB (Red+Green+Blue) = 188+202+245=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCCAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAF5 is #43350A. Grayscale: #CACACA. Windows color (decimal): -4404491 or 16108220. OLE color: 16108220.

HSL color Cylindrical-coordinate representation of color #BCCAF5: hue angle of 225.26º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCAF5 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188202245-
CMYK0.230.1800.04
HSL225.26º74.03%84.9%-
HSV(B)225.26º23.27%96.08%-
XYZ58.3459.5294.8-
YUV202.72151.86117.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 245 (96.09% from 255) = 38.58%
R=29.61%
G=31.81%
B=38.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882022450.230.1800.04225.2674.0384.9
HexBCCAF5171204e14a55
Octal274312365272204341112125
Binary101111001100101011110101101111001001001110000110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAF5; }

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

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

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

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

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

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

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

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