#BCD2FA

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

Shades of Periwinkle #BCD2FA

Tints of Periwinkle #BCD2FA

Color information

#BCD2FA (or 0xBCD2FA) is unknown color: approx Periwinkle. HEX triplet: BC, D2 and FA. RGB value is (188,210,250). Sum of RGB (Red+Green+Blue) = 188+210+250=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCD2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2FA is #432D05. Grayscale: #CFCFCF. Windows color (decimal): -4402438 or 16437948. OLE color: 16437948.

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

Color convert

RGB188210250-
CMYK0.250.1600.02
HSL218.71º86.11%85.88%-
HSV(B)218.71º24.8%98.04%-
XYZ61.0463.6999.52-
YUV207.98151.71113.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 210 (82.42% from 255) = 32.41%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=29.01%
G=32.41%
B=38.58%

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
Decimal1882102500.250.1600.02218.7186.1185.88
HexBCD2FA191002db5656
Octal274322372312002333126126
Binary10111100110100101111101011001100000101101101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD2FA; }

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

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

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

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

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

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

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

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