#BED0FD

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

Shades of Periwinkle #BED0FD

Tints of Periwinkle #BED0FD

Color information

#BED0FD (or 0xBED0FD) is unknown color: approx Periwinkle. HEX triplet: BE, D0 and FD. RGB value is (190,208,253). Sum of RGB (Red+Green+Blue) = 190+208+253=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #BED0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0FD is #412F02. Grayscale: #CFCFCF. Windows color (decimal): -4271875 or 16634046. OLE color: 16634046.

HSL color Cylindrical-coordinate representation of color #BED0FD: hue angle of 222.86º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED0FD is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190208253-
CMYK0.250.1800.01
HSL222.86º94.03%86.86%-
HSV(B)222.86º24.9%99.22%-
XYZ61.5263.15101.88-
YUV207.75153.54115.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.19%
GREEN value IS 208 (81.64% from 255) = 31.95%
BLUE value IS 253 (99.22% from 255) = 38.86%
R=29.19%
G=31.95%
B=38.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902082530.250.1800.01222.8694.0386.86
HexBED0FD191201df5e57
Octal276320375312201337136127
Binary1011111011010000111111011100110010011101111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0FD; }

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

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

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

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

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

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

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

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