#BCC8EF

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

Shades of Periwinkle #BCC8EF

Tints of Periwinkle #BCC8EF

Color information

#BCC8EF (or 0xBCC8EF) is unknown color: approx Periwinkle. HEX triplet: BC, C8 and EF. RGB value is (188,200,239). Sum of RGB (Red+Green+Blue) = 188+200+239=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8EF is #433710. Grayscale: #C8C8C8. Windows color (decimal): -4405009 or 15714492. OLE color: 15714492.

HSL color Cylindrical-coordinate representation of color #BCC8EF: hue angle of 225.88º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC8EF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188200239-
CMYK0.210.1600.06
HSL225.88º61.45%83.73%-
HSV(B)225.88º21.34%93.73%-
XYZ56.9758.2389.9-
YUV200.86149.52118.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 200 (78.52% from 255) = 31.90%
BLUE value IS 239 (93.75% from 255) = 38.12%
R=29.98%
G=31.90%
B=38.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882002390.210.1600.06225.8861.4583.73
HexBCC8EF151006e23d54
Octal27431035725200634275124
Binary10111100110010001110111110101100000110111000101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8EF; }

 p { color: rgb(188,200,239); }

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

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

 a { background-color: rgb(188,200,239); }

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

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

 span { border-color: rgb(188,200,239); }

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