#BED0F6

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

Shades of Periwinkle #BED0F6

Tints of Periwinkle #BED0F6

Color information

#BED0F6 (or 0xBED0F6) is unknown color: approx Periwinkle. HEX triplet: BE, D0 and F6. RGB value is (190,208,246). Sum of RGB (Red+Green+Blue) = 190+208+246=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 208 (81.64% from 255 or 32.30% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #BED0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0F6 is #412F09. Grayscale: #CECECE. Windows color (decimal): -4271882 or 16175294. OLE color: 16175294.

HSL color Cylindrical-coordinate representation of color #BED0F6: hue angle of 220.71º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BED0F6 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB190208246-
CMYK0.230.1500.04
HSL220.71º75.68%85.49%-
HSV(B)220.71º22.76%96.47%-
XYZ60.4362.7196.11-
YUV206.95150.04115.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.50%
GREEN value IS 208 (81.64% from 255) = 32.30%
BLUE value IS 246 (96.48% from 255) = 38.20%
R=29.50%
G=32.30%
B=38.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902082460.230.1500.04220.7175.6885.49
HexBED0F617F04dd4c55
Octal276320366271704335114125
Binary10111110110100001111011010111111101001101110110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0F6; }

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

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

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

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

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

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

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

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