#BCD0FF

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

Shades of Periwinkle #BCD0FF

Tints of Periwinkle #BCD0FF

Color information

#BCD0FF (or 0xBCD0FF) is unknown color: approx Periwinkle. HEX triplet: BC, D0 and FF. RGB value is (188,208,255). Sum of RGB (Red+Green+Blue) = 188+208+255=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCD0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0FF is #432F00. Grayscale: #CFCFCF. Windows color (decimal): -4402945 or 16765116. OLE color: 16765116.

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

Color convert

RGB188208255-
CMYK0.260.1800
HSL222.09º100%86.86%-
HSV(B)222.09º26.27%100%-
XYZ61.3463.02103.54-
YUV207.38154.87114.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.88%
GREEN value IS 208 (81.64% from 255) = 31.95%
BLUE value IS 255 (100% from 255) = 39.17%
R=28.88%
G=31.95%
B=39.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882082550.260.1800222.0910086.86
HexBCD0FF1A1200de6457
Octal274320377322200336144127
Binary1011110011010000111111111101010010001101111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0FF; }

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

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

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

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

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

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

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

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