#BDCDEF

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

Shades of Periwinkle #BDCDEF

Tints of Periwinkle #BDCDEF

Color information

#BDCDEF (or 0xBDCDEF) is unknown color: approx Periwinkle. HEX triplet: BD, CD and EF. RGB value is (189,205,239). Sum of RGB (Red+Green+Blue) = 189+205+239=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDCDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDEF is #423210. Grayscale: #CBCBCB. Windows color (decimal): -4338193 or 15715773. OLE color: 15715773.

HSL color Cylindrical-coordinate representation of color #BDCDEF: hue angle of 220.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDCDEF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189205239-
CMYK0.210.1400.06
HSL220.8º60.98%83.92%-
HSV(B)220.8º20.92%93.73%-
XYZ58.460.7190.3-
YUV204.09147.7117.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=29.86%
G=32.39%
B=37.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892052390.210.1400.06220.860.9883.92
HexBDCDEF15E06dd3d54
Octal27531535725160633575124
Binary1011110111001101111011111010111100110110111011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDEF; }

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

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

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

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

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

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

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

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