#BDC8EB

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

Shades of Periwinkle #BDC8EB

Tints of Periwinkle #BDC8EB

Color information

#BDC8EB (or 0xBDC8EB) is unknown color: approx Periwinkle. HEX triplet: BD, C8 and EB. RGB value is (189,200,235). Sum of RGB (Red+Green+Blue) = 189+200+235=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8EB is #423714. Grayscale: #C8C8C8. Windows color (decimal): -4339477 or 15452349. OLE color: 15452349.

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

Color convert

RGB189200235-
CMYK0.200.1500.08
HSL225.65º53.49%83.14%-
HSV(B)225.65º19.57%92.16%-
XYZ56.6458.1386.83-
YUV200.7147.36119.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 235 (92.19% from 255) = 37.66%
R=30.29%
G=32.05%
B=37.66%

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
Decimal1892002350.200.1500.08225.6553.4983.14
HexBDC8EB14F08e23553
Octal275310353241701034265123
Binary10111101110010001110101110100111101000111000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8EB; }

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

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

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

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

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

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

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

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