#BCCDF5

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

Shades of Periwinkle #BCCDF5

Tints of Periwinkle #BCCDF5

Color information

#BCCDF5 (or 0xBCCDF5) is unknown color: approx Periwinkle. HEX triplet: BC, CD and F5. RGB value is (188,205,245). Sum of RGB (Red+Green+Blue) = 188+205+245=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCCDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDF5 is #43320A. Grayscale: #CCCCCC. Windows color (decimal): -4403723 or 16108988. OLE color: 16108988.

HSL color Cylindrical-coordinate representation of color #BCCDF5: hue angle of 222.11º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCDF5 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188205245-
CMYK0.230.1600.04
HSL222.11º74.03%84.9%-
HSV(B)222.11º23.27%96.08%-
XYZ59.0560.9595.04-
YUV204.48150.87116.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 245 (96.09% from 255) = 38.40%
R=29.47%
G=32.13%
B=38.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882052450.230.1600.04222.1174.0384.9
HexBCCDF5171004de4a55
Octal274315365272004336112125
Binary101111001100110111110101101111000001001101111010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDF5; }

 p { color: rgb(188,205,245); }

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

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

 a { background-color: rgb(188,205,245); }

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

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

 span { border-color: rgb(188,205,245); }

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