#BCD1FB

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

Shades of Periwinkle #BCD1FB

Tints of Periwinkle #BCD1FB

Color information

#BCD1FB (or 0xBCD1FB) is unknown color: approx Periwinkle. HEX triplet: BC, D1 and FB. RGB value is (188,209,251). Sum of RGB (Red+Green+Blue) = 188+209+251=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD1FB is #432E04. Grayscale: #CFCFCF. Windows color (decimal): -4402693 or 16503228. OLE color: 16503228.

HSL color Cylindrical-coordinate representation of color #BCD1FB: hue angle of 220º 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 #BCD1FB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188209251-
CMYK0.250.1700.02
HSL220º88.73%86.08%-
HSV(B)220º25.1%98.43%-
XYZ60.9563.26100.26-
YUV207.51152.54114.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 209 (82.03% from 255) = 32.25%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=29.01%
G=32.25%
B=38.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882092510.250.1700.0222088.7386.08
HexBCD1FB191102dc5956
Octal274321373312102334131126
Binary10111100110100011111101111001100010101101110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD1FB; }

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

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

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

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

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

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

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

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