#BCCCF1

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

Shades of Periwinkle #BCCCF1

Tints of Periwinkle #BCCCF1

Color information

#BCCCF1 (or 0xBCCCF1) is unknown color: approx Periwinkle. HEX triplet: BC, CC and F1. RGB value is (188,204,241). Sum of RGB (Red+Green+Blue) = 188+204+241=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCF1 is #43330E. Grayscale: #CBCBCB. Windows color (decimal): -4403983 or 15846588. OLE color: 15846588.

HSL color Cylindrical-coordinate representation of color #BCCCF1: hue angle of 221.89º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCCF1 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188204241-
CMYK0.220.1500.05
HSL221.89º65.43%84.12%-
HSV(B)221.89º21.99%94.51%-
XYZ58.2160.2391.78-
YUV203.43149.2116.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=29.70%
G=32.23%
B=38.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882042410.220.1500.05221.8965.4384.12
HexBCCCF116F05de4154
Octal274314361261705336101124
Binary10111100110011001111000110110111101011101111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCF1; }

 p { color: rgb(188,204,241); }

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

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

 a { background-color: rgb(188,204,241); }

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

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

 span { border-color: rgb(188,204,241); }

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