#BED0ED

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

Shades of Periwinkle #BED0ED

Tints of Periwinkle #BED0ED

Color information

#BED0ED (or 0xBED0ED) is unknown color: approx Periwinkle. HEX triplet: BE, D0 and ED. RGB value is (190,208,237). Sum of RGB (Red+Green+Blue) = 190+208+237=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #BED0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0ED is #412F12. Grayscale: #CDCDCD. Windows color (decimal): -4271891 or 15585470. OLE color: 15585470.

HSL color Cylindrical-coordinate representation of color #BED0ED: hue angle of 217.02º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED0ED is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190208237-
CMYK0.200.1200.07
HSL217.02º56.63%83.73%-
HSV(B)217.02º19.83%92.94%-
XYZ59.0862.1789.01-
YUV205.92145.54116.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.92%
GREEN value IS 208 (81.64% from 255) = 32.76%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=29.92%
G=32.76%
B=37.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902082370.200.1200.07217.0256.6383.73
HexBED0ED14C07d93954
Octal27632035524140733171124
Binary1011111011010000111011011010011000111110110011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0ED; }

 p { color: rgb(190,208,237); }

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

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

 a { background-color: rgb(190,208,237); }

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

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

 span { border-color: rgb(190,208,237); }

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