#BCCCEE

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

Shades of Periwinkle #BCCCEE

Tints of Periwinkle #BCCCEE

Color information

#BCCCEE (or 0xBCCCEE) is unknown color: approx Periwinkle. HEX triplet: BC, CC and EE. RGB value is (188,204,238). Sum of RGB (Red+Green+Blue) = 188+204+238=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCCCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCEE is #433311. Grayscale: #CACACA. Windows color (decimal): -4403986 or 15649980. OLE color: 15649980.

HSL color Cylindrical-coordinate representation of color #BCCCEE: hue angle of 220.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCCEE is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188204238-
CMYK0.210.1400.07
HSL220.8º59.52%83.53%-
HSV(B)220.8º21.01%93.33%-
XYZ57.7660.0589.44-
YUV203.09147.7117.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=29.84%
G=32.38%
B=37.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882042380.210.1400.07220.859.5283.53
HexBCCCEE15E07dd3c54
Octal27431435625160733574124
Binary1011110011001100111011101010111100111110111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCEE; }

 p { color: rgb(188,204,238); }

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

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

 a { background-color: rgb(188,204,238); }

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

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

 span { border-color: rgb(188,204,238); }

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