#BDC4EB

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

Shades of Periwinkle #BDC4EB

Tints of Periwinkle #BDC4EB

Color information

#BDC4EB (or 0xBDC4EB) is unknown color: approx Periwinkle. HEX triplet: BD, C4 and EB. RGB value is (189,196,235). Sum of RGB (Red+Green+Blue) = 189+196+235=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4EB is #423B14. Grayscale: #C6C6C6. Windows color (decimal): -4340501 or 15451325. OLE color: 15451325.

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

Color convert

RGB189196235-
CMYK0.200.1700.08
HSL230.87º53.49%83.14%-
HSV(B)230.87º19.57%92.16%-
XYZ55.7256.386.53-
YUV198.35148.68121.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=30.48%
G=31.61%
B=37.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891962350.200.1700.08230.8753.4983.14
HexBDC4EB141108e73553
Octal275304353242101034765123
Binary101111011100010011101011101001000101000111001111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4EB; }

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

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

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

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

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

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

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

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