#BCCDF0

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

Shades of Periwinkle #BCCDF0

Tints of Periwinkle #BCCDF0

Color information

#BCCDF0 (or 0xBCCDF0) is unknown color: approx Periwinkle. HEX triplet: BC, CD and F0. RGB value is (188,205,240). Sum of RGB (Red+Green+Blue) = 188+205+240=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCCDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDF0 is #43320F. Grayscale: #CBCBCB. Windows color (decimal): -4403728 or 15781308. OLE color: 15781308.

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

Color convert

RGB188205240-
CMYK0.220.1500.06
HSL220.38º63.41%83.92%-
HSV(B)220.38º21.67%94.12%-
XYZ58.360.6591.07-
YUV203.91148.37116.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 240 (94.14% from 255) = 37.91%
R=29.70%
G=32.39%
B=37.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882052400.220.1500.06220.3863.4183.92
HexBCCDF016F06dc3f54
Octal27431536026170633477124
Binary1011110011001101111100001011011110110110111001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDF0; }

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

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

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

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

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

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

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

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