#BCC5F5

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

Shades of Periwinkle #BCC5F5

Tints of Periwinkle #BCC5F5

Color information

#BCC5F5 (or 0xBCC5F5) is unknown color: approx Periwinkle. HEX triplet: BC, C5 and F5. RGB value is (188,197,245). Sum of RGB (Red+Green+Blue) = 188+197+245=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCC5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5F5 is #433A0A. Grayscale: #C7C7C7. Windows color (decimal): -4405771 or 16106940. OLE color: 16106940.

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

Color convert

RGB188197245-
CMYK0.230.2000.04
HSL230.53º74.03%84.9%-
HSV(B)230.53º23.27%96.08%-
XYZ57.1957.2294.42-
YUV199.78153.52119.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 197 (77.34% from 255) = 31.27%
BLUE value IS 245 (96.09% from 255) = 38.89%
R=29.84%
G=31.27%
B=38.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881972450.230.2000.04230.5374.0384.9
HexBCC5F5171404e74a55
Octal274305365272404347112125
Binary101111001100010111110101101111010001001110011110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5F5; }

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

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

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

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

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

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

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

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