#BCD2FF

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

Shades of Periwinkle #BCD2FF

Tints of Periwinkle #BCD2FF

Color information

#BCD2FF (or 0xBCD2FF) is unknown color: approx Periwinkle. HEX triplet: BC, D2 and FF. RGB value is (188,210,255). Sum of RGB (Red+Green+Blue) = 188+210+255=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD2FF is #432D00. Grayscale: #D0D0D0. Windows color (decimal): -4402433 or 16765628. OLE color: 16765628.

HSL color Cylindrical-coordinate representation of color #BCD2FF: hue angle of 220.3º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD2FF is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB188210255-
CMYK0.260.1800
HSL220.3º100%86.86%-
HSV(B)220.3º26.27%100%-
XYZ61.8464103.7-
YUV208.55154.21113.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.79%
GREEN value IS 210 (82.42% from 255) = 32.16%
BLUE value IS 255 (100% from 255) = 39.05%
R=28.79%
G=32.16%
B=39.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882102550.260.1800220.310086.86
HexBCD2FF1A1200dc6457
Octal274322377322200334144127
Binary1011110011010010111111111101010010001101110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD2FF; }

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

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

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

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

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

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

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

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