#BED4FF

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

Shades of Periwinkle #BED4FF

Tints of Periwinkle #BED4FF

Color information

#BED4FF (or 0xBED4FF) is unknown color: approx Periwinkle. HEX triplet: BE, D4 and FF. RGB value is (190,212,255). Sum of RGB (Red+Green+Blue) = 190+212+255=657 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.92% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4FF is #412B00. Grayscale: #D2D2D2. Windows color (decimal): -4270849 or 16766142. OLE color: 16766142.

HSL color Cylindrical-coordinate representation of color #BED4FF: hue angle of 219.69º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED4FF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB190212255-
CMYK0.250.1700
HSL219.69º100%87.25%-
HSV(B)219.69º25.49%100%-
XYZ62.8365.25103.89-
YUV210.32153.21113.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.92%
GREEN value IS 212 (83.20% from 255) = 32.27%
BLUE value IS 255 (100% from 255) = 38.81%
R=28.92%
G=32.27%
B=38.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902122550.250.1700219.6910087.25
HexBED4FF191100dc6457
Octal276324377312100334144127
Binary1011111011010100111111111100110001001101110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED4FF; }

 p { color: rgb(190,212,255); }

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

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

 a { background-color: rgb(190,212,255); }

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

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

 span { border-color: rgb(190,212,255); }

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