#BCCFE6

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

Shades of Periwinkle #BCCFE6

Tints of Periwinkle #BCCFE6

Color information

#BCCFE6 (or 0xBCCFE6) is unknown color: approx Periwinkle. HEX triplet: BC, CF and E6. RGB value is (188,207,230). Sum of RGB (Red+Green+Blue) = 188+207+230=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCCFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFE6 is #433019. Grayscale: #CBCBCB. Windows color (decimal): -4403226 or 15126460. OLE color: 15126460.

HSL color Cylindrical-coordinate representation of color #BCCFE6: hue angle of 212.86º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCFE6 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188207230-
CMYK0.180.1000.10
HSL212.86º45.65%81.96%-
HSV(B)212.86º18.26%90.2%-
XYZ57.3361.0383.62-
YUV203.94142.71116.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 230 (90.23% from 255) = 36.8%
R=30.08%
G=33.12%
B=36.8%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882072300.180.1000.10212.8645.6581.96
HexBCCFE612A0Ad52e52
Octal274317346221201232556122
Binary10111100110011111110011010010101001010110101011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFE6; }

 p { color: rgb(188,207,230); }

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

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

 a { background-color: rgb(188,207,230); }

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

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

 span { border-color: rgb(188,207,230); }

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