#BED0F2

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

Shades of Periwinkle #BED0F2

Tints of Periwinkle #BED0F2

Color information

#BED0F2 (or 0xBED0F2) is unknown color: approx Periwinkle. HEX triplet: BE, D0 and F2. RGB value is (190,208,242). Sum of RGB (Red+Green+Blue) = 190+208+242=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 242 - color contains mainly: blue. Hex color #BED0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0F2 is #412F0D. Grayscale: #CECECE. Windows color (decimal): -4271886 or 15913150. OLE color: 15913150.

HSL color Cylindrical-coordinate representation of color #BED0F2: hue angle of 219.23º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED0F2 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190208242-
CMYK0.210.1400.05
HSL219.23º66.67%84.71%-
HSV(B)219.23º21.49%94.9%-
XYZ59.8262.4792.91-
YUV206.49148.04116.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.69%
GREEN value IS 208 (81.64% from 255) = 32.5%
BLUE value IS 242 (94.92% from 255) = 37.81%
R=29.69%
G=32.5%
B=37.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902082420.210.1400.05219.2366.6784.71
HexBED0F215E05db4355
Octal276320362251605333103125
Binary10111110110100001111001010101111001011101101110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0F2; }

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

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

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

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

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

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

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

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