#BCCAFC

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

Shades of Periwinkle #BCCAFC

Tints of Periwinkle #BCCAFC

Color information

#BCCAFC (or 0xBCCAFC) is unknown color: approx Periwinkle. HEX triplet: BC, CA and FC. RGB value is (188,202,252). Sum of RGB (Red+Green+Blue) = 188+202+252=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCCAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAFC is #433503. Grayscale: #CBCBCB. Windows color (decimal): -4404484 or 16566972. OLE color: 16566972.

HSL color Cylindrical-coordinate representation of color #BCCAFC: hue angle of 226.88º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCAFC is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188202252-
CMYK0.250.2000.01
HSL226.88º91.43%86.27%-
HSV(B)226.88º25.4%98.82%-
XYZ59.4359.96100.54-
YUV203.51155.36116.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 202 (79.30% from 255) = 31.46%
BLUE value IS 252 (98.83% from 255) = 39.25%
R=29.28%
G=31.46%
B=39.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882022520.250.2000.01226.8891.4386.27
HexBCCAFC191401e35b56
Octal274312374312401343133126
Binary1011110011001010111111001100110100011110001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCAFC; }

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

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

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

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

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

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

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

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