#BDCDE4

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

Shades of Periwinkle #BDCDE4

Tints of Periwinkle #BDCDE4

Color information

#BDCDE4 (or 0xBDCDE4) is unknown color: approx Periwinkle. HEX triplet: BD, CD and E4. RGB value is (189,205,228). Sum of RGB (Red+Green+Blue) = 189+205+228=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDE4 is #42321B. Grayscale: #CACACA. Windows color (decimal): -4338204 or 14994877. OLE color: 14994877.

HSL color Cylindrical-coordinate representation of color #BDCDE4: hue angle of 215.38º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDCDE4 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189205228-
CMYK0.170.1000.11
HSL215.38º41.94%81.76%-
HSV(B)215.38º17.11%89.41%-
XYZ56.8260.0882-
YUV202.84142.2118.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 228 (89.45% from 255) = 36.66%
R=30.39%
G=32.96%
B=36.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892052280.170.1000.11215.3841.9481.76
HexBDCDE411A0Bd72a52
Octal275315344211201332752122
Binary10111101110011011110010010001101001011110101111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDE4; }

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

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

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

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

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

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

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

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