#BDCDEB

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

Shades of Periwinkle #BDCDEB

Tints of Periwinkle #BDCDEB

Color information

#BDCDEB (or 0xBDCDEB) is unknown color: approx Periwinkle. HEX triplet: BD, CD and EB. RGB value is (189,205,235). Sum of RGB (Red+Green+Blue) = 189+205+235=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDCDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDEB is #423214. Grayscale: #CBCBCB. Windows color (decimal): -4338197 or 15453629. OLE color: 15453629.

HSL color Cylindrical-coordinate representation of color #BDCDEB: hue angle of 219.13º degrees, saturation: 0.53, 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 #BDCDEB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189205235-
CMYK0.200.1300.08
HSL219.13º53.49%83.14%-
HSV(B)219.13º19.57%92.16%-
XYZ57.8160.4887.22-
YUV203.64145.7117.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=30.05%
G=32.59%
B=37.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892052350.200.1300.08219.1353.4983.14
HexBDCDEB14D08db3553
Octal275315353241501033365123
Binary10111101110011011110101110100110101000110110111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDEB; }

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

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

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

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

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

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

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

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