#BCC7F2

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

Shades of Periwinkle #BCC7F2

Tints of Periwinkle #BCC7F2

Color information

#BCC7F2 (or 0xBCC7F2) is unknown color: approx Periwinkle. HEX triplet: BC, C7 and F2. RGB value is (188,199,242). Sum of RGB (Red+Green+Blue) = 188+199+242=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCC7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7F2 is #43380D. Grayscale: #C8C8C8. Windows color (decimal): -4405262 or 15910844. OLE color: 15910844.

HSL color Cylindrical-coordinate representation of color #BCC7F2: hue angle of 227.78º degrees, saturation: 0.68, 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 #BCC7F2 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188199242-
CMYK0.220.1800.05
HSL227.78º67.5%84.31%-
HSV(B)227.78º22.31%94.9%-
XYZ57.1957.9592.18-
YUV200.61151.36119-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 199 (78.12% from 255) = 31.64%
BLUE value IS 242 (94.92% from 255) = 38.47%
R=29.89%
G=31.64%
B=38.47%

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
Decimal1881992420.220.1800.05227.7867.584.31
HexBCC7F2161205e44454
Octal274307362262205344104124
Binary101111001100011111110010101101001001011110010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7F2; }

 p { color: rgb(188,199,242); }

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

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

 a { background-color: rgb(188,199,242); }

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

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

 span { border-color: rgb(188,199,242); }

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