#BED0FA

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

Shades of Periwinkle #BED0FA

Tints of Periwinkle #BED0FA

Color information

#BED0FA (or 0xBED0FA) is unknown color: approx Periwinkle. HEX triplet: BE, D0 and FA. RGB value is (190,208,250). Sum of RGB (Red+Green+Blue) = 190+208+250=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #BED0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0FA is #412F05. Grayscale: #CFCFCF. Windows color (decimal): -4271878 or 16437438. OLE color: 16437438.

HSL color Cylindrical-coordinate representation of color #BED0FA: hue angle of 222º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED0FA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190208250-
CMYK0.240.1700.02
HSL222º85.71%86.27%-
HSV(B)222º24%98.04%-
XYZ61.0562.9699.38-
YUV207.41152.04115.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.32%
GREEN value IS 208 (81.64% from 255) = 32.10%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=29.32%
G=32.10%
B=38.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902082500.240.1700.0222285.7186.27
HexBED0FA181102de5656
Octal276320372302102336126126
Binary10111110110100001111101011000100010101101111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED0FA; }

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

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

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

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

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

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

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

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