#BCCEF3

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

Shades of Periwinkle #BCCEF3

Tints of Periwinkle #BCCEF3

Color information

#BCCEF3 (or 0xBCCEF3) is unknown color: approx Periwinkle. HEX triplet: BC, CE and F3. RGB value is (188,206,243). Sum of RGB (Red+Green+Blue) = 188+206+243=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEF3 is #43310C. Grayscale: #CCCCCC. Windows color (decimal): -4403469 or 15978172. OLE color: 15978172.

HSL color Cylindrical-coordinate representation of color #BCCEF3: hue angle of 220.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCEF3 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188206243-
CMYK0.230.1500.05
HSL220.36º69.62%84.51%-
HSV(B)220.36º22.63%95.29%-
XYZ58.9961.3193.52-
YUV204.84149.54115.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=29.51%
G=32.34%
B=38.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882062430.230.1500.05220.3669.6284.51
HexBCCEF317F05dc4655
Octal274316363271705334106125
Binary10111100110011101111001110111111101011101110010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEF3; }

 p { color: rgb(188,206,243); }

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

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

 a { background-color: rgb(188,206,243); }

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

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

 span { border-color: rgb(188,206,243); }

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