#BDC7EB

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

Shades of Periwinkle #BDC7EB

Tints of Periwinkle #BDC7EB

Color information

#BDC7EB (or 0xBDC7EB) is unknown color: approx Periwinkle. HEX triplet: BD, C7 and EB. RGB value is (189,199,235). Sum of RGB (Red+Green+Blue) = 189+199+235=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7EB is #423814. Grayscale: #C7C7C7. Windows color (decimal): -4339733 or 15452093. OLE color: 15452093.

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

Color convert

RGB189199235-
CMYK0.200.1500.08
HSL226.96º53.49%83.14%-
HSV(B)226.96º19.57%92.16%-
XYZ56.4157.6686.75-
YUV200.11147.69120.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 199 (78.12% from 255) = 31.94%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=30.34%
G=31.94%
B=37.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891992350.200.1500.08226.9653.4983.14
HexBDC7EB14F08e33553
Octal275307353241701034365123
Binary10111101110001111110101110100111101000111000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7EB; }

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

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

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

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

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

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

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

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