#BCCFFB

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

Shades of Periwinkle #BCCFFB

Tints of Periwinkle #BCCFFB

Color information

#BCCFFB (or 0xBCCFFB) is unknown color: approx Periwinkle. HEX triplet: BC, CF and FB. RGB value is (188,207,251). Sum of RGB (Red+Green+Blue) = 188+207+251=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCCFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFFB is #433004. Grayscale: #CECECE. Windows color (decimal): -4403205 or 16502716. OLE color: 16502716.

HSL color Cylindrical-coordinate representation of color #BCCFFB: hue angle of 221.9º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCFFB is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188207251-
CMYK0.250.1800.02
HSL221.9º88.73%86.08%-
HSV(B)221.9º25.1%98.43%-
XYZ60.4662.28100.1-
YUV206.33153.21114.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=29.10%
G=32.04%
B=38.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882072510.250.1800.02221.988.7386.08
HexBCCFFB191202de5956
Octal274317373312202336131126
Binary10111100110011111111101111001100100101101111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFFB; }

 p { color: rgb(188,207,251); }

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

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

 a { background-color: rgb(188,207,251); }

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

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

 span { border-color: rgb(188,207,251); }

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