#BCCDFA

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

Shades of Periwinkle #BCCDFA

Tints of Periwinkle #BCCDFA

Color information

#BCCDFA (or 0xBCCDFA) is unknown color: approx Periwinkle. HEX triplet: BC, CD and FA. RGB value is (188,205,250). Sum of RGB (Red+Green+Blue) = 188+205+250=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCCDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDFA is #433205. Grayscale: #CCCCCC. Windows color (decimal): -4403718 or 16436668. OLE color: 16436668.

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

Color convert

RGB188205250-
CMYK0.250.1800.02
HSL223.55º86.11%85.88%-
HSV(B)223.55º24.8%98.04%-
XYZ59.8361.2699.11-
YUV205.05153.37115.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.24%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=29.24%
G=31.88%
B=38.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882052500.250.1800.02223.5586.1185.88
HexBCCDFA191202e05656
Octal274315372312202340126126
Binary10111100110011011111101011001100100101110000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDFA; }

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

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

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

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

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

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

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

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