#BCC5F1

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

Shades of Periwinkle #BCC5F1

Tints of Periwinkle #BCC5F1

Color information

#BCC5F1 (or 0xBCC5F1) is unknown color: approx Periwinkle. HEX triplet: BC, C5 and F1. RGB value is (188,197,241). Sum of RGB (Red+Green+Blue) = 188+197+241=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5F1 is #433A0E. Grayscale: #C7C7C7. Windows color (decimal): -4405775 or 15844796. OLE color: 15844796.

HSL color Cylindrical-coordinate representation of color #BCC5F1: hue angle of 229.81º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC5F1 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188197241-
CMYK0.220.1800.05
HSL229.81º65.43%84.12%-
HSV(B)229.81º21.99%94.51%-
XYZ56.5856.9791.23-
YUV199.32151.52119.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 197 (77.34% from 255) = 31.47%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=30.03%
G=31.47%
B=38.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881972410.220.1800.05229.8165.4384.12
HexBCC5F1161205e64154
Octal274305361262205346101124
Binary101111001100010111110001101101001001011110011010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5F1; }

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

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

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

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

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

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

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

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