#BCCAF3

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

Shades of Periwinkle #BCCAF3

Tints of Periwinkle #BCCAF3

Color information

#BCCAF3 (or 0xBCCAF3) is unknown color: approx Periwinkle. HEX triplet: BC, CA and F3. RGB value is (188,202,243). Sum of RGB (Red+Green+Blue) = 188+202+243=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCCAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAF3 is #43350C. Grayscale: #CACACA. Windows color (decimal): -4404493 or 15977148. OLE color: 15977148.

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

Color convert

RGB188202243-
CMYK0.230.1700.05
HSL224.73º69.62%84.51%-
HSV(B)224.73º22.63%95.29%-
XYZ58.0459.493.2-
YUV202.49150.86117.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 202 (79.30% from 255) = 31.91%
BLUE value IS 243 (95.31% from 255) = 38.39%
R=29.70%
G=31.91%
B=38.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882022430.230.1700.05224.7369.6284.51
HexBCCAF3171105e14655
Octal274312363272105341106125
Binary101111001100101011110011101111000101011110000110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAF3; }

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

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

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

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

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

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

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

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