#BED2F2

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

Shades of Periwinkle #BED2F2

Tints of Periwinkle #BED2F2

Color information

#BED2F2 (or 0xBED2F2) is unknown color: approx Periwinkle. HEX triplet: BE, D2 and F2. RGB value is (190,210,242). Sum of RGB (Red+Green+Blue) = 190+210+242=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 242 (94.92% from 255 or 37.69% from 642); Max value from RGB is 242 - color contains mainly: blue. Hex color #BED2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED2F2 is #412D0D. Grayscale: #CFCFCF. Windows color (decimal): -4271374 or 15913662. OLE color: 15913662.

HSL color Cylindrical-coordinate representation of color #BED2F2: hue angle of 216.92º 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 #BED2F2 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190210242-
CMYK0.210.1300.05
HSL216.92º66.67%84.71%-
HSV(B)216.92º21.49%94.9%-
XYZ60.3163.4593.07-
YUV207.67147.37115.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.60%
GREEN value IS 210 (82.42% from 255) = 32.71%
BLUE value IS 242 (94.92% from 255) = 37.69%
R=29.60%
G=32.71%
B=37.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902102420.210.1300.05216.9266.6784.71
HexBED2F215D05d94355
Octal276322362251505331103125
Binary10111110110100101111001010101110101011101100110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED2F2; }

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

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

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

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

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

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

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

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