#BCCDEB

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

Shades of Periwinkle #BCCDEB

Tints of Periwinkle #BCCDEB

Color information

#BCCDEB (or 0xBCCDEB) is unknown color: approx Periwinkle. HEX triplet: BC, CD and EB. RGB value is (188,205,235). Sum of RGB (Red+Green+Blue) = 188+205+235=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCCDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDEB is #433214. Grayscale: #CBCBCB. Windows color (decimal): -4403733 or 15453628. OLE color: 15453628.

HSL color Cylindrical-coordinate representation of color #BCCDEB: hue angle of 218.3º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCDEB is Cyan = 0.2, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188205235-
CMYK0.20.1300.08
HSL218.3º54.02%82.94%-
HSV(B)218.3º20%92.16%-
XYZ57.5760.3587.21-
YUV203.34145.87117.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=29.94%
G=32.64%
B=37.42%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882052350.20.1300.08218.354.0282.94
HexBCCDEB14D08da3653
Octal274315353241501033266123
Binary10111100110011011110101110100110101000110110101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDEB; }

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

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

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

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

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

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

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

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