#BDCDEC

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

Shades of Periwinkle #BDCDEC

Tints of Periwinkle #BDCDEC

Color information

#BDCDEC (or 0xBDCDEC) is unknown color: approx Periwinkle. HEX triplet: BD, CD and EC. RGB value is (189,205,236). Sum of RGB (Red+Green+Blue) = 189+205+236=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDCDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDEC is #423213. Grayscale: #CBCBCB. Windows color (decimal): -4338196 or 15519165. OLE color: 15519165.

HSL color Cylindrical-coordinate representation of color #BDCDEC: hue angle of 219.57º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDCDEC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189205236-
CMYK0.200.1300.07
HSL219.57º55.29%83.33%-
HSV(B)219.57º19.92%92.55%-
XYZ57.9660.5487.99-
YUV203.75146.2117.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 205 (80.47% from 255) = 32.54%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=30%
G=32.54%
B=37.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892052360.200.1300.07219.5755.2983.33
HexBDCDEC14D07dc3753
Octal27531535424150733467123
Binary1011110111001101111011001010011010111110111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDEC; }

 p { color: rgb(189,205,236); }

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

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

 a { background-color: rgb(189,205,236); }

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

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

 span { border-color: rgb(189,205,236); }

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