#BCCEF6

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

Shades of Periwinkle #BCCEF6

Tints of Periwinkle #BCCEF6

Color information

#BCCEF6 (or 0xBCCEF6) is unknown color: approx Periwinkle. HEX triplet: BC, CE and F6. RGB value is (188,206,246). Sum of RGB (Red+Green+Blue) = 188+206+246=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEF6 is #433109. Grayscale: #CDCDCD. Windows color (decimal): -4403466 or 16174780. OLE color: 16174780.

HSL color Cylindrical-coordinate representation of color #BCCEF6: hue angle of 221.38º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCCEF6 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188206246-
CMYK0.240.1600.04
HSL221.38º76.32%85.1%-
HSV(B)221.38º23.58%96.47%-
XYZ59.4461.4995.92-
YUV205.18151.04115.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.38%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 246 (96.48% from 255) = 38.44%
R=29.38%
G=32.19%
B=38.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882062460.240.1600.04221.3876.3285.1
HexBCCEF6181004dd4c55
Octal274316366302004335114125
Binary101111001100111011110110110001000001001101110110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEF6; }

 p { color: rgb(188,206,246); }

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

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

 a { background-color: rgb(188,206,246); }

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

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

 span { border-color: rgb(188,206,246); }

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