#BCC5F6

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

Shades of Periwinkle #BCC5F6

Tints of Periwinkle #BCC5F6

Color information

#BCC5F6 (or 0xBCC5F6) is unknown color: approx Periwinkle. HEX triplet: BC, C5 and F6. RGB value is (188,197,246). Sum of RGB (Red+Green+Blue) = 188+197+246=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCC5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5F6 is #433A09. Grayscale: #C7C7C7. Windows color (decimal): -4405770 or 16172476. OLE color: 16172476.

HSL color Cylindrical-coordinate representation of color #BCC5F6: hue angle of 230.69º 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 #BCC5F6 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188197246-
CMYK0.240.2000.04
HSL230.69º76.32%85.1%-
HSV(B)230.69º23.58%96.47%-
XYZ57.3457.2895.22-
YUV199.9154.02119.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 197 (77.34% from 255) = 31.22%
BLUE value IS 246 (96.48% from 255) = 38.99%
R=29.79%
G=31.22%
B=38.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881972460.240.2000.04230.6976.3285.1
HexBCC5F6181404e74c55
Octal274305366302404347114125
Binary101111001100010111110110110001010001001110011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5F6; }

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

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

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

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

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

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

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

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