#BDCDEA

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

Shades of Periwinkle #BDCDEA

Tints of Periwinkle #BDCDEA

Color information

#BDCDEA (or 0xBDCDEA) is unknown color: approx Periwinkle. HEX triplet: BD, CD and EA. RGB value is (189,205,234). Sum of RGB (Red+Green+Blue) = 189+205+234=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDCDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDEA is #423215. Grayscale: #CBCBCB. Windows color (decimal): -4338198 or 15388093. OLE color: 15388093.

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

Color convert

RGB189205234-
CMYK0.190.1200.08
HSL218.67º51.72%82.94%-
HSV(B)218.67º19.23%91.76%-
XYZ57.6760.4286.47-
YUV203.52145.2117.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=30.10%
G=32.64%
B=37.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892052340.190.1200.08218.6751.7282.94
HexBDCDEA13C08db3453
Octal275315352231401033364123
Binary10111101110011011110101010011110001000110110111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDEA; }

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

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

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

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

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

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

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

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