#BCCCF2

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

Shades of Periwinkle #BCCCF2

Tints of Periwinkle #BCCCF2

Color information

#BCCCF2 (or 0xBCCCF2) is unknown color: approx Periwinkle. HEX triplet: BC, CC and F2. RGB value is (188,204,242). Sum of RGB (Red+Green+Blue) = 188+204+242=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCF2 is #43330D. Grayscale: #CBCBCB. Windows color (decimal): -4403982 or 15912124. OLE color: 15912124.

HSL color Cylindrical-coordinate representation of color #BCCCF2: hue angle of 222.22º degrees, saturation: 0.68, 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 #BCCCF2 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188204242-
CMYK0.220.1600.05
HSL222.22º67.5%84.31%-
HSV(B)222.22º22.31%94.9%-
XYZ58.3660.2992.57-
YUV203.55149.7116.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 242 (94.92% from 255) = 38.17%
R=29.65%
G=32.18%
B=38.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882042420.220.1600.05222.2267.584.31
HexBCCCF2161005de4454
Octal274314362262005336104124
Binary101111001100110011110010101101000001011101111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCF2; }

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

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

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

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

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

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

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

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