#BCD3FB

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

Shades of Periwinkle #BCD3FB

Tints of Periwinkle #BCD3FB

Color information

#BCD3FB (or 0xBCD3FB) is unknown color: approx Periwinkle. HEX triplet: BC, D3 and FB. RGB value is (188,211,251). Sum of RGB (Red+Green+Blue) = 188+211+251=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3FB is #432C04. Grayscale: #D0D0D0. Windows color (decimal): -4402181 or 16503740. OLE color: 16503740.

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

Color convert

RGB188211251-
CMYK0.250.1600.02
HSL218.1º88.73%86.08%-
HSV(B)218.1º25.1%98.43%-
XYZ61.4564.24100.43-
YUV208.68151.88113.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 211 (82.81% from 255) = 32.46%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=28.92%
G=32.46%
B=38.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882112510.250.1600.02218.188.7386.08
HexBCD3FB191002da5956
Octal274323373312002332131126
Binary10111100110100111111101111001100000101101101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3FB; }

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

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

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

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

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

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

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

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