#BCD3FA

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

Shades of Periwinkle #BCD3FA

Tints of Periwinkle #BCD3FA

Color information

#BCD3FA (or 0xBCD3FA) is unknown color: approx Periwinkle. HEX triplet: BC, D3 and FA. RGB value is (188,211,250). Sum of RGB (Red+Green+Blue) = 188+211+250=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCD3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD3FA is #432C05. Grayscale: #D0D0D0. Windows color (decimal): -4402182 or 16438204. OLE color: 16438204.

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

Color convert

RGB188211250-
CMYK0.250.1600.02
HSL217.74º86.11%85.88%-
HSV(B)217.74º24.8%98.04%-
XYZ61.2964.1899.6-
YUV208.57151.38113.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 211 (82.81% from 255) = 32.51%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=28.97%
G=32.51%
B=38.52%

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
Decimal1882112500.250.1600.02217.7486.1185.88
HexBCD3FA191002da5656
Octal274323372312002332126126
Binary10111100110100111111101011001100000101101101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD3FA; }

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

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

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

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

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

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

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

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