#BDC4EE

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

Shades of Periwinkle #BDC4EE

Tints of Periwinkle #BDC4EE

Color information

#BDC4EE (or 0xBDC4EE) is unknown color: approx Periwinkle. HEX triplet: BD, C4 and EE. RGB value is (189,196,238). Sum of RGB (Red+Green+Blue) = 189+196+238=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4EE is #423B11. Grayscale: #C6C6C6. Windows color (decimal): -4340498 or 15647933. OLE color: 15647933.

HSL color Cylindrical-coordinate representation of color #BDC4EE: hue angle of 231.43º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC4EE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189196238-
CMYK0.210.1800.07
HSL231.43º59.04%83.73%-
HSV(B)231.43º20.59%93.33%-
XYZ56.1656.4788.83-
YUV198.7150.18121.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 196 (76.95% from 255) = 31.46%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=30.34%
G=31.46%
B=38.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891962380.210.1800.07231.4359.0483.73
HexBDC4EE151207e73b54
Octal27530435625220734773124
Binary10111101110001001110111010101100100111111001111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4EE; }

 p { color: rgb(189,196,238); }

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

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

 a { background-color: rgb(189,196,238); }

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

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

 span { border-color: rgb(189,196,238); }

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