#BCCDEE

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

Shades of Periwinkle #BCCDEE

Tints of Periwinkle #BCCDEE

Color information

#BCCDEE (or 0xBCCDEE) is unknown color: approx Periwinkle. HEX triplet: BC, CD and EE. RGB value is (188,205,238). Sum of RGB (Red+Green+Blue) = 188+205+238=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCCDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDEE is #433211. Grayscale: #CBCBCB. Windows color (decimal): -4403730 or 15650236. OLE color: 15650236.

HSL color Cylindrical-coordinate representation of color #BCCDEE: hue angle of 219.6º 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 #BCCDEE is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188205238-
CMYK0.210.1400.07
HSL219.6º59.52%83.53%-
HSV(B)219.6º21.01%93.33%-
XYZ5860.5389.51-
YUV203.68147.37116.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 238 (93.36% from 255) = 37.72%
R=29.79%
G=32.49%
B=37.72%

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
Decimal1882052380.210.1400.07219.659.5283.53
HexBCCDEE15E07dc3c54
Octal27431535625160733474124
Binary1011110011001101111011101010111100111110111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDEE; }

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

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

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

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

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

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

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

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