#BED2FC

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

Shades of Periwinkle #BED2FC

Tints of Periwinkle #BED2FC

Color information

#BED2FC (or 0xBED2FC) is unknown color: approx Periwinkle. HEX triplet: BE, D2 and FC. RGB value is (190,210,252). Sum of RGB (Red+Green+Blue) = 190+210+252=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #BED2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2FC is #412D03. Grayscale: #D0D0D0. Windows color (decimal): -4271364 or 16569022. OLE color: 16569022.

HSL color Cylindrical-coordinate representation of color #BED2FC: hue angle of 220.65º degrees, saturation: 0.91, 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 #BED2FC is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190210252-
CMYK0.250.1700.01
HSL220.65º91.18%86.67%-
HSV(B)220.65º24.6%98.82%-
XYZ61.8564.07101.2-
YUV208.81152.37114.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 210 (82.42% from 255) = 32.21%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=29.14%
G=32.21%
B=38.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902102520.250.1700.01220.6591.1886.67
HexBED2FC191101dd5b57
Octal276322374312101335133127
Binary1011111011010010111111001100110001011101110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2FC; }

 p { color: rgb(190,210,252); }

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

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

 a { background-color: rgb(190,210,252); }

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

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

 span { border-color: rgb(190,210,252); }

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