#BDCDED

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

Shades of Periwinkle #BDCDED

Tints of Periwinkle #BDCDED

Color information

#BDCDED (or 0xBDCDED) is unknown color: approx Periwinkle. HEX triplet: BD, CD and ED. RGB value is (189,205,237). Sum of RGB (Red+Green+Blue) = 189+205+237=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDCDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDED is #423212. Grayscale: #CBCBCB. Windows color (decimal): -4338195 or 15584701. OLE color: 15584701.

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

Color convert

RGB189205237-
CMYK0.200.1400.07
HSL220º57.14%83.53%-
HSV(B)220º20.25%92.94%-
XYZ58.160.688.75-
YUV203.86146.7117.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=29.95%
G=32.49%
B=37.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892052370.200.1400.0722057.1483.53
HexBDCDED14E07dc3954
Octal27531535524160733471124
Binary1011110111001101111011011010011100111110111001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDED; }

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

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

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

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

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

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

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

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