#BCCBE2

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

Shades of Periwinkle #BCCBE2

Tints of Periwinkle #BCCBE2

Color information

#BCCBE2 (or 0xBCCBE2) is unknown color: approx Periwinkle. HEX triplet: BC, CB and E2. RGB value is (188,203,226). Sum of RGB (Red+Green+Blue) = 188+203+226=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCCBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBE2 is #43341D. Grayscale: #C9C9C9. Windows color (decimal): -4404254 or 14863292. OLE color: 14863292.

HSL color Cylindrical-coordinate representation of color #BCCBE2: hue angle of 216.32º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCBE2 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188203226-
CMYK0.170.1000.11
HSL216.32º39.58%81.18%-
HSV(B)216.32º16.81%88.63%-
XYZ55.8258.8980.38-
YUV201.14142.03118.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 226 (88.67% from 255) = 36.63%
R=30.47%
G=32.90%
B=36.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882032260.170.1000.11216.3239.5881.18
HexBCCBE211A0Bd82851
Octal274313342211201333050121
Binary10111100110010111110001010001101001011110110001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBE2; }

 p { color: rgb(188,203,226); }

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

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

 a { background-color: rgb(188,203,226); }

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

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

 span { border-color: rgb(188,203,226); }

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