#BDC3EE

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

Shades of Periwinkle #BDC3EE

Tints of Periwinkle #BDC3EE

Color information

#BDC3EE (or 0xBDC3EE) is unknown color: approx Periwinkle. HEX triplet: BD, C3 and EE. RGB value is (189,195,238). Sum of RGB (Red+Green+Blue) = 189+195+238=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3EE is #423C11. Grayscale: #C5C5C5. Windows color (decimal): -4340754 or 15647677. OLE color: 15647677.

HSL color Cylindrical-coordinate representation of color #BDC3EE: hue angle of 232.65º 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 #BDC3EE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189195238-
CMYK0.210.1800.07
HSL232.65º59.04%83.73%-
HSV(B)232.65º20.59%93.33%-
XYZ55.9356.0288.75-
YUV198.11150.51121.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 195 (76.56% from 255) = 31.35%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=30.39%
G=31.35%
B=38.26%

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
Decimal1891952380.210.1800.07232.6559.0483.73
HexBDC3EE151207e93b54
Octal27530335625220735173124
Binary10111101110000111110111010101100100111111010011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3EE; }

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

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

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

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

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

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

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

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